Class MessageList
Provides a list of messages, this class is not thread-safe
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<Azos.CodeAnalysis.Message>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.AddRange(System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.AsReadOnly()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.BinarySearch(Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.BinarySearch(Azos.CodeAnalysis.Message, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.BinarySearch(System.Int32, System.Int32, Azos.CodeAnalysis.Message, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Clear()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Contains(Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.ConvertAll<TOutput>(System.Converter<Azos.CodeAnalysis.Message, TOutput>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.CopyTo(Azos.CodeAnalysis.Message[])
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.CopyTo(Azos.CodeAnalysis.Message[], System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.CopyTo(System.Int32, Azos.CodeAnalysis.Message[], System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Exists(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Find(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindAll(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindIndex(System.Int32, System.Int32, System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindIndex(System.Int32, System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindIndex(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindLast(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindLastIndex(System.Int32, System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.FindLastIndex(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.ForEach(System.Action<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.IndexOf(Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.IndexOf(Azos.CodeAnalysis.Message, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.IndexOf(Azos.CodeAnalysis.Message, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Insert(System.Int32, Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.LastIndexOf(Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.LastIndexOf(Azos.CodeAnalysis.Message, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.LastIndexOf(Azos.CodeAnalysis.Message, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Remove(Azos.CodeAnalysis.Message)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.RemoveAll(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.RemoveAt(System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Reverse()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Sort()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Sort(System.Collections.Generic.IComparer<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Sort(System.Comparison<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Message>.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.ToArray()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.TrimExcess()
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.TrueForAll(System.Predicate<Azos.CodeAnalysis.Message>)
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Capacity
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Count
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.Item[System.Int32]
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.Generic.ICollection<Azos.CodeAnalysis.Message>.IsReadOnly
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Azos.CodeAnalysis.Message>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Azos.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: Azos.CodeAnalysis
Assembly: Azos.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