![]() |
Initializes a new instance of the OrderedList class. |
![]() | Returns the number of objects in the collection. |
![]() | Returns true if the collection is of a fixed size. This value is always false. |
![]() | Returns true if the list is read only. Always returns false. |
![]() | Returns true if the collection is synchronized. This value is always false. |
![]() | Overloaded. Returns the object at the given index. |
![]() | Returns a list of the collection keys. |
![]() | Returns the synchronized object. |
![]() | Returns a list of the collection values. |
![]() | Adds a new obctje to the collection. |
![]() | Clears all object from the collection. |
![]() | Returns true if the key exists in the collection. |
![]() | Overloaded. Copies the collection to an array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns the enumerator object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Inserts an object into the collection based on an index. |
![]() | Removes an item from the collection by key name. |
![]() | Removes a key at the given index. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
OrderedList Class | Nini.Util Namespace