The properties of the KeyedList<Key,T> class are listed below. For a complete list of KeyedList<Key,T> class members, see the KeyedList<Key,T> Members topic.
Count | Gets the number of elements contained in the collection. |
First | Gets the first item in collection or default value, if no items available |
Item | Gets an item from a collection by it's key value |
Keys | Gets a list of keys available in the collection |
Last | Gets the last item in collection or default value, if no items available |
Values | Gets the list of objects available in the collection |
KeyedList<Key,T> Class | OEC.API.Bases Namespace