OEC Application Programming Interface

IDList<T> Class

Base class for collections of items with integer unique key

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

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

public class IDList<T> : IDList<Int32,T>

Type Parameters

T
Item type, must be inherited from IDObject<T>

Remarks

Special case of IDList<K,T>.

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

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