The IndexCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements in the IndexCollection. Since the collection
is fixed-size, this property always returns MaxIndexValues.
|
![]() | IsFixedSize |
Returns true.
|
![]() | IsReadOnly |
Returns false.
|
![]() | IsSynchronized |
Returns false. Callers may synchronize the list using SyncRoot.
|
![]() | Item |
Gets or sets the element at the specified index.
|
![]() ![]() | MaxIndexValues |
The fixed number of IndexValues an IndexCollection
may hold. This value is currently 8.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the IndexCollection.
|
See Also