OEC Application Programming Interface

IDKeyList<Key,SortKey,T> Constructor (IComparer<SortKey>)

Constructs an empty collection with specified comparer

public IDKeyList<Key,SortKey,T>(
   IComparer<SortKey> comparer
);

Parameters

comparer
key comparer used to sort items

See Also

IDKeyList<Key,SortKey,T> Class | OEC.API.Bases Namespace | IDKeyList<Key,SortKey,T> Constructor Overload List