OEC Application Programming Interface

IDList<K,T> Constructor

Constructs an empty collection

Overload List

Constructs an empty collection

public IDList<K,T>();

Constructs a collection with given comparer

public IDList<K,T>(IComparer<K>);

See Also

IDList<K,T> Class | OEC.API.Bases Namespace