CommandList Class Properties
For a list of all members of this type, see CommandList members.
Public Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsModified | Flag which is set to true whenever the list is modified. | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | Overridden. Gets or sets the element at the specified index. | |
SyncRoot | (Inherited from System.Collections.ArrayList) |
See Also