OEC Application Programming Interface

NamedList<T> Constructor

Initializes a new collection.

Overload List

Initializes a new collection.

public NamedList<T>();

Initializes a new collection with specified comparer

public NamedList<T>(IComparer<String>);

See Also

NamedList<T> Class | OEC.API.Bases Namespace