OEC Application Programming Interface

KeyedList<Key,T> Constructor

Construct the empty collection

Overload List

Construct the empty collection

public KeyedList<Key,T>();

Construct the collection with specific key comparer

public KeyedList<Key,T>(IComparer<Key>);

See Also

KeyedList<Key,T> Class | OEC.API.Bases Namespace