Name | Description | |
---|---|---|
ElasticVector Constructor | Overloaded. |
The following tables list the members exposed by ElasticVector.
Name | Description | |
---|---|---|
ElasticVector Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | ||
IsFixedSize | ||
IsReadOnly | ||
IsSynchronized | ||
Item | Gets or sets the element at the specified index. | |
Length | ||
LowerBound | Gets the index of the first element in the elastic vector. | |
SyncRoot | ||
UpperBound | Gets the index of the last element in the elastic vector. |
Name | Description | |
---|---|---|
Add | ||
AddRange | Adds the elements of the specified sequence to the end of the elastic vector. | |
Assign | Assigns the underlying array object of the elastic vector. | |
Clear | ||
Clone | ||
CompareTo | ||
Contains | ||
CopyTo | ||
Equals | Overloaded. Determines whether the specified object is equal to the current object. | |
GetAt | Gets the element at the specified index. | |
GetEnumerator | ||
GetHashCode | Overloaded. Serves as the default hash function. | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IndexOf | ||
Insert | ||
Redimension | Changes the lower and upper bounds of the elastic vector. | |
Remove | Removes the first occurrence of a specific object from the elastic vector. | |
RemoveAt | ||
Resize | Changes the number of elements of an elastic vector to the specified new size. | |
SetAt | Sets the element at the specified index. | |
ToArray | Obtains the underlying array object of the elastic vector. | |
ToString | Returns a string that represents the current object. (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |