OEC Application Programming Interface

NamedList<T> Class

Read-only dual indexed collection of any named objects

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

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

public class NamedList<T> : IDKeyList<Int32,String,T>

Type Parameters

T
Item type, must be inherited from NamedObject

Remarks

Special case of IDKeyList<Key,SortKey,T> for NamedObject descendants.

Requirements

Namespace: OEC.API.Bases

Assembly: API (in API.dll)

See Also

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