Show / Hide Table of Contents

Class MessageList

Provides a list of messages, this class is not thread-safe

Inheritance
System.Object
System.Collections.Generic.List<Message>
MessageList
Implements
System.Collections.Generic.IList<Message>
System.Collections.Generic.ICollection<Message>
System.Collections.Generic.IReadOnlyList<Message>
System.Collections.Generic.IReadOnlyCollection<Message>
System.Collections.Generic.IEnumerable<Message>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.AddRange(System.Collections.Generic.IEnumerable<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.AsReadOnly()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.BinarySearch(NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.BinarySearch(NFX.CodeAnalysis.Message, System.Collections.Generic.IComparer<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.BinarySearch(System.Int32, System.Int32, NFX.CodeAnalysis.Message, System.Collections.Generic.IComparer<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Clear()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Contains(NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.ConvertAll<TOutput>(System.Converter<NFX.CodeAnalysis.Message, TOutput>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.CopyTo(NFX.CodeAnalysis.Message[])
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.CopyTo(NFX.CodeAnalysis.Message[], System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.CopyTo(System.Int32, NFX.CodeAnalysis.Message[], System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Exists(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Find(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindAll(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindIndex(System.Int32, System.Int32, System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindIndex(System.Int32, System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindIndex(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindLast(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindLastIndex(System.Int32, System.Int32, System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindLastIndex(System.Int32, System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.FindLastIndex(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.ForEach(System.Action<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.GetEnumerator()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.IndexOf(NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.IndexOf(NFX.CodeAnalysis.Message, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.IndexOf(NFX.CodeAnalysis.Message, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Insert(System.Int32, NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.LastIndexOf(NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.LastIndexOf(NFX.CodeAnalysis.Message, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.LastIndexOf(NFX.CodeAnalysis.Message, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Remove(NFX.CodeAnalysis.Message)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.RemoveAll(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.RemoveAt(System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Reverse()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Sort()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Sort(System.Collections.Generic.IComparer<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Sort(System.Comparison<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.Generic.IEnumerable<NFX.CodeAnalysis.Message>.GetEnumerator()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.ToArray()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.TrimExcess()
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.TrueForAll(System.Predicate<NFX.CodeAnalysis.Message>)
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Capacity
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Count
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.Item[System.Int32]
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.Generic.ICollection<NFX.CodeAnalysis.Message>.IsReadOnly
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<NFX.CodeAnalysis.Message>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.CodeAnalysis
Assembly: NFX.dll
Syntax
public class MessageList : List<Message>, IList<Message>, ICollection<Message>, IReadOnlyList<Message>, IReadOnlyCollection<Message>, IEnumerable<Message>, IList, ICollection, IEnumerable

Properties

Errors

Enumerates all error messages

Declaration
public IEnumerable<Message> Errors { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Message>

Infos

Enumerates all info messages

Declaration
public IEnumerable<Message> Infos { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Message>

Internals

Enumerates all internal messages

Declaration
public IEnumerable<Message> Internals { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Message>

NotificationsSink

Declaration
public ILanguageProcessorNotifications NotificationsSink { get; set; }
Property Value
Type Description
ILanguageProcessorNotifications

Warnings

Enumerates all warning messages

Declaration
public IEnumerable<Message> Warnings { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Message>

Methods

Add(Message)

Emits new message

Declaration
public void Add(Message message)
Parameters
Type Name Description
Message message

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable

Extension Methods

CollectionUtils.ForEach<T>(IEnumerable<T>, Action<T>)
CollectionUtils.ForEach<T>(IEnumerable<T>, Action<T, Int32>)
CollectionUtils.SkipLast<T>(IEnumerable<T>)
CollectionUtils.SkipLast<T>(IEnumerable<T>, Int32)
CollectionUtils.FirstMin<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>)
CollectionUtils.FirstMin<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>, out TComparand)
CollectionUtils.FirstMax<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>)
CollectionUtils.FirstMax<TResult, TComparand>(IEnumerable<TResult>, Func<TResult, TComparand>, out TComparand)
CollectionUtils.FirstOrAnyOrDefault<TResult>(IEnumerable<TResult>, Func<TResult, Boolean>)
CollectionUtils.Distinct<TResult, TKey>(IEnumerable<TResult>, Func<TResult, TKey>)
MiscUtils.NonNull<T>(T, Func<Exception>, String)
ObjectValueConversion.AsString(Object, String, ConvertErrorHandling)
ObjectValueConversion.AsNonNullOrEmptyString(Object)
ObjectValueConversion.AsLaconicConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsJSONConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsXMLConfig(Object, ConfigSectionNode, ConvertErrorHandling)
ObjectValueConversion.AsChar(Object, Char, ConvertErrorHandling)
ObjectValueConversion.AsNullableChar(Object, Nullable<Char>, ConvertErrorHandling)
ObjectValueConversion.AsByte(Object, Byte, ConvertErrorHandling)
ObjectValueConversion.AsNullableByte(Object, Nullable<Byte>, ConvertErrorHandling)
ObjectValueConversion.AsSByte(Object, SByte, ConvertErrorHandling)
ObjectValueConversion.AsNullableSByte(Object, Nullable<SByte>, ConvertErrorHandling)
ObjectValueConversion.AsShort(Object, Int16, ConvertErrorHandling)
ObjectValueConversion.AsNullableShort(Object, Nullable<Int16>, ConvertErrorHandling)
ObjectValueConversion.AsUShort(Object, UInt16, ConvertErrorHandling)
ObjectValueConversion.AsNullableUShort(Object, Nullable<UInt16>, ConvertErrorHandling)
ObjectValueConversion.AsInt(Object, Int32, ConvertErrorHandling)
ObjectValueConversion.AsNullableInt(Object, Nullable<Int32>, ConvertErrorHandling)
ObjectValueConversion.AsUInt(Object, UInt32, ConvertErrorHandling)
ObjectValueConversion.AsNullableUInt(Object, Nullable<UInt32>, ConvertErrorHandling)
ObjectValueConversion.AsLong(Object, Int64, ConvertErrorHandling)
ObjectValueConversion.AsNullableLong(Object, Nullable<Int64>, ConvertErrorHandling)
ObjectValueConversion.AsULong(Object, UInt64, ConvertErrorHandling)
ObjectValueConversion.AsNullableULong(Object, Nullable<UInt64>, ConvertErrorHandling)
ObjectValueConversion.AsDouble(Object, Double, ConvertErrorHandling)
ObjectValueConversion.AsNullableDouble(Object, Nullable<Double>, ConvertErrorHandling)
ObjectValueConversion.AsFloat(Object, Single, ConvertErrorHandling)
ObjectValueConversion.AsNullableFloat(Object, Nullable<Single>, ConvertErrorHandling)
ObjectValueConversion.AsDecimal(Object, Decimal, ConvertErrorHandling)
ObjectValueConversion.AsNullableDecimal(Object, Nullable<Decimal>, ConvertErrorHandling)
ObjectValueConversion.AsBool(Object, Boolean, ConvertErrorHandling)
ObjectValueConversion.AsNullableBool(Object, Nullable<Boolean>, ConvertErrorHandling)
ObjectValueConversion.AsGUID(Object, Guid, ConvertErrorHandling)
ObjectValueConversion.AsNullableGUID(Object, Nullable<Guid>, ConvertErrorHandling)
ObjectValueConversion.AsDateTime(Object)
ObjectValueConversion.AsDateTime(Object, DateTime, ConvertErrorHandling)
ObjectValueConversion.AsNullableDateTime(Object, Nullable<DateTime>, ConvertErrorHandling)
ObjectValueConversion.AsGDID(Object)
ObjectValueConversion.AsGDID(Object, GDID, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDID(Object, Nullable<GDID>, ConvertErrorHandling)
ObjectValueConversion.AsGDIDSymbol(Object)
ObjectValueConversion.AsGDIDSymbol(Object, GDIDSymbol, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDIDSymbol(Object, Nullable<GDIDSymbol>, ConvertErrorHandling)
ObjectValueConversion.AsTimeSpan(Object)
ObjectValueConversion.AsTimeSpan(Object, TimeSpan, ConvertErrorHandling)
ObjectValueConversion.AsNullableTimeSpan(Object, Nullable<TimeSpan>, ConvertErrorHandling)
ObjectValueConversion.AsEnum<TEnum>(Object, TEnum, ConvertErrorHandling)
ObjectValueConversion.AsNullableEnum<TEnum>(Object, Nullable<TEnum>, ConvertErrorHandling)
ObjectValueConversion.AsUri(Object, Uri, ConvertErrorHandling)
LookAheadExtensions.AsLookAheadEnumerable<T>(IEnumerable<T>)
JSONExtensions.ToJSON(Object, JSONWritingOptions)
JSONExtensions.ToJSON(Object, TextWriter, JSONWritingOptions)
JSONExtensions.ToJSON(Object, Stream, JSONWritingOptions, Encoding)
ErlObject.ToErlObject(Object)
ErlObject.ToErlObject(Object, ErlTypeOrder, Boolean)
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX