Show / Hide Table of Contents

Class FormatItemsCollection

This generic List derivative holds the collection of FormatItems found in a FormatString.

While the class, itself, is marked Public, everything else about it is marked as Internal, so that only instances of classes defined in this assembly can create a collection or add items to it, while instances of the FormatStringParser class expose it as a read only property.

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

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX