OEC Application Programming Interface

KeyedList<Key,T> Class

Base class for ordered collections of objects with unique key

For a list of all members of this type, see KeyedList<Key,T> Members.

System.Object
   MarshalByRefObject
      KeyedList<Key,T>
         IDList<K,T>
         DetailedPositionList
         PropertyList

public class KeyedList<Key,T> : MarshalByRefObject, IEnumerable<T>, IEnumerable

Type Parameters

Key
Key type
T
Item type

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

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