For a list of all members of this type, see UIElementsCollection members.
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList) |
![]() | Count | Gets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |
![]() | IsFixedSize | Gets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList) |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList) |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList) |
![]() | Item | Hides the ArrayList's indexer so that the collection can expose a type safe indexer |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |