Vector Properties |
The Vector type exposes the following members.
Name | Description | |
---|---|---|
Capacity |
Gets and sets the capacity of this list. The capacity is the size of
the internal array used to hold items. When set, the internal
array of the list is reallocated to the given capacity.
| |
Count |
Returns the number of elements in the vector.
| |
DefaultGrowFactor |
The array size grow factor new objects default value.
| |
DefaultMinimalCapacity |
The auto-shrinking minimal capacity new objects default value.
| |
DefaultShrinkFactor |
The array size shrinking factor new objects default value.
| |
GrowFactor | ||
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
IsSynchronized |
Gets a value indicating whether access to the ICollection
is synchronized (thread safe).
| |
Item |
Returns certain element of the vector by its index.
| |
MinimalCapacity |
The auto-shrinking minimal capacity (for next shrinking prevention).
| |
ShrinkFactor | ||
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|