Overload | Description |
---|---|
ElasticVector Constructor() | Initializes a new instance of the elastic vector that is empty. |
ElasticVector Constructor(Int32,Int32) | Initializes a new instance of the elastic vector with specified lower bound and length. |
ElasticVector Constructor(ElasticVector) | Initialized a new instance of the elastic vector, with bounds and elements copied from a given other elastic vector. |
ElasticVector Constructor(Object[]) | Initializes a new instance of the elastic vector that uses the specified underlying array object. |