Initializes a new collection.
public NamedList<T>();
Initializes a new collection with specified comparer
public NamedList<T>(IComparer<String>);
NamedList<T> Class | OEC.API.Bases Namespace