The IndexSet type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Capacity |
Controls the total number of indexes that
the IndexSet can hold
(numbered Capacity-1 | |
| Count |
Number of indexes currently in the set.
| |
| First |
Gets the first index in the IndexSet.
| |
| IsEmpty |
True if the set has no indexes (Count == 0).
| |
| IsFull |
True if the all indexes are in the set (Count == Capacity).
| |
| IsReadOnly |
Tells if this IndexSet is read-only.
| |
| Item |
Indexer. Returns a bool indicating if the index is a member of the set.
| |
| Last |
Gets the last index in the IndexSet.
|
See Also