The properties of the OrderedList class are listed below. For a complete list of OrderedList class members, see the OrderedList Members topic.
![]() | 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. |
OrderedList Class | Nini.Util Namespace