Click or drag to resize

Vector Properties

The Vector type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
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.
Public propertyCount
Returns the number of elements in the vector.
Public propertyStatic memberDefaultGrowFactor
The array size grow factor new objects default value.
Public propertyStatic memberDefaultMinimalCapacity
The auto-shrinking minimal capacity new objects default value.
Public propertyStatic memberDefaultShrinkFactor
The array size shrinking factor new objects default value.
Public propertyGrowFactor
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Returns certain element of the vector by its index.
Public propertyMinimalCapacity
The auto-shrinking minimal capacity (for next shrinking prevention).
Public propertyShrinkFactor
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Top
See Also