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
FormatItemsCollection
Namespace: WizardWrx.FormatStringEngine
Assembly: WizardWrx.FormatStringEngine.dll
Syntax
public class FormatItemsCollection : List<FormatItem>