Construct the empty collection
public KeyedList<Key,T>();
Construct the collection with specific key comparer
public KeyedList<Key,T>(IComparer<Key>);
KeyedList<Key,T> Class | OEC.API.Bases Namespace