OEC Application Programming Interface

IDList<K,T> Class

Base class for collections of items that have unique key. Item type should be descendant of IDObject<T>.

For a list of all members of this type, see IDList<K,T> Members.

System.Object
   MarshalByRefObject
      KeyedList<K,T>
         IDList<K,T>
            Derived types

public class IDList<K,T> : KeyedList<K,T>

Type Parameters

K
Key type
T
Item type

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

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