'Usage
Dim instance As _ElasticVector Dim sequence As Object instance.AddRange(sequence)
Parameters
- sequence
- The sequence whose elements should be added to the end of the elastic vector. The sequence itself cannot be
null
, but it can contain elements that arenull
.The value of this parameter cannot be
null
(Nothing
in Visual Basic).