Class StringSourceList
Represents a list of strings used as source text
Implements
System.Collections.Generic.IList<StringSource>
System.Collections.Generic.ICollection<StringSource>
System.Collections.Generic.IReadOnlyList<StringSource>
System.Collections.Generic.IReadOnlyCollection<StringSource>
System.Collections.Generic.IEnumerable<StringSource>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Add(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.AddRange(System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.AsReadOnly()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.BinarySearch(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.BinarySearch(Azos.CodeAnalysis.Source.StringSource, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.BinarySearch(System.Int32, System.Int32, Azos.CodeAnalysis.Source.StringSource, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Clear()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Contains(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.ConvertAll<TOutput>(System.Converter<Azos.CodeAnalysis.Source.StringSource, TOutput>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.CopyTo(Azos.CodeAnalysis.Source.StringSource[])
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.CopyTo(Azos.CodeAnalysis.Source.StringSource[], System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.CopyTo(System.Int32, Azos.CodeAnalysis.Source.StringSource[], System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Exists(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Find(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindAll(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindIndex(System.Int32, System.Int32, System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindIndex(System.Int32, System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindIndex(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindLast(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindLastIndex(System.Int32, System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.FindLastIndex(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.ForEach(System.Action<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.IndexOf(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.IndexOf(Azos.CodeAnalysis.Source.StringSource, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.IndexOf(Azos.CodeAnalysis.Source.StringSource, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Insert(System.Int32, Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.LastIndexOf(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.LastIndexOf(Azos.CodeAnalysis.Source.StringSource, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.LastIndexOf(Azos.CodeAnalysis.Source.StringSource, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Remove(Azos.CodeAnalysis.Source.StringSource)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.RemoveAll(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.RemoveAt(System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Reverse()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Sort()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Sort(System.Collections.Generic.IComparer<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Sort(System.Comparison<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.Generic.IEnumerable<Azos.CodeAnalysis.Source.StringSource>.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.ToArray()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.TrimExcess()
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.TrueForAll(System.Predicate<Azos.CodeAnalysis.Source.StringSource>)
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Capacity
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Count
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.Item[System.Int32]
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.Generic.ICollection<Azos.CodeAnalysis.Source.StringSource>.IsReadOnly
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Azos.CodeAnalysis.Source.StringSource>.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)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.Source
Assembly: Azos.dll
Syntax
public class StringSourceList : List<StringSource>, IList<StringSource>, ICollection<StringSource>, IReadOnlyList<StringSource>, IReadOnlyCollection<StringSource>, IEnumerable<StringSource>, IList, ICollection, IEnumerable
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