Class TokenList<TToken>
A list of tokens
Inheritance
System.Object
System.Collections.Generic.List<TToken>
TokenList<TToken>
Implements
System.Collections.Generic.IList<TToken>
System.Collections.Generic.ICollection<TToken>
System.Collections.Generic.IReadOnlyList<TToken>
System.Collections.Generic.IReadOnlyCollection<TToken>
System.Collections.Generic.IEnumerable<TToken>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<TToken>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<TToken>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<TToken>.Add(TToken)
System.Collections.Generic.List<TToken>.AddRange(System.Collections.Generic.IEnumerable<TToken>)
System.Collections.Generic.List<TToken>.AsReadOnly()
System.Collections.Generic.List<TToken>.BinarySearch(TToken)
System.Collections.Generic.List<TToken>.BinarySearch(TToken, System.Collections.Generic.IComparer<TToken>)
System.Collections.Generic.List<TToken>.BinarySearch(System.Int32, System.Int32, TToken, System.Collections.Generic.IComparer<TToken>)
System.Collections.Generic.List<TToken>.Clear()
System.Collections.Generic.List<TToken>.Contains(TToken)
System.Collections.Generic.List<TToken>.ConvertAll<TOutput>(System.Converter<TToken, TOutput>)
System.Collections.Generic.List<TToken>.CopyTo(TToken[])
System.Collections.Generic.List<TToken>.CopyTo(TToken[], System.Int32)
System.Collections.Generic.List<TToken>.CopyTo(System.Int32, TToken[], System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.Exists(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.Find(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindAll(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindIndex(System.Int32, System.Int32, System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindIndex(System.Int32, System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindIndex(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindLast(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindLastIndex(System.Int32, System.Int32, System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindLastIndex(System.Int32, System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.FindLastIndex(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.ForEach(System.Action<TToken>)
System.Collections.Generic.List<TToken>.GetEnumerator()
System.Collections.Generic.List<TToken>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.IndexOf(TToken)
System.Collections.Generic.List<TToken>.IndexOf(TToken, System.Int32)
System.Collections.Generic.List<TToken>.IndexOf(TToken, System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.Insert(System.Int32, TToken)
System.Collections.Generic.List<TToken>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<TToken>)
System.Collections.Generic.List<TToken>.LastIndexOf(TToken)
System.Collections.Generic.List<TToken>.LastIndexOf(TToken, System.Int32)
System.Collections.Generic.List<TToken>.LastIndexOf(TToken, System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.Remove(TToken)
System.Collections.Generic.List<TToken>.RemoveAll(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.RemoveAt(System.Int32)
System.Collections.Generic.List<TToken>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.Reverse()
System.Collections.Generic.List<TToken>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<TToken>.Sort()
System.Collections.Generic.List<TToken>.Sort(System.Collections.Generic.IComparer<TToken>)
System.Collections.Generic.List<TToken>.Sort(System.Comparison<TToken>)
System.Collections.Generic.List<TToken>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<TToken>)
System.Collections.Generic.List<TToken>.System.Collections.Generic.IEnumerable<TToken>.GetEnumerator()
System.Collections.Generic.List<TToken>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<TToken>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<TToken>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<TToken>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<TToken>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<TToken>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<TToken>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<TToken>.ToArray()
System.Collections.Generic.List<TToken>.TrimExcess()
System.Collections.Generic.List<TToken>.TrueForAll(System.Predicate<TToken>)
System.Collections.Generic.List<TToken>.Capacity
System.Collections.Generic.List<TToken>.Count
System.Collections.Generic.List<TToken>.System.Collections.Generic.ICollection<TToken>.IsReadOnly
System.Collections.Generic.List<TToken>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<TToken>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<TToken>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<TToken>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<TToken>.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 TokenList<TToken> : List<TToken>, IList<TToken>, ICollection<TToken>, IReadOnlyList<TToken>, IReadOnlyCollection<TToken>, IEnumerable<TToken>, IList, ICollection, IEnumerable where TToken : Token
Type Parameters
Name | Description |
---|---|
TToken |
Constructors
TokenList()
Declaration
public TokenList()
TokenList(IEnumerable<TToken>)
Declaration
public TokenList(IEnumerable<TToken> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<TToken> | other |
Properties
Item[Int32]
Declaration
public TToken this[int idx] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | idx |
Property Value
Type | Description |
---|---|
TToken |
Methods
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