'Declaration
Public Sub AddRange( _ ByVal sequence As IEnumerable _ )
'Usage
Dim instance As ElasticVector Dim sequence As IEnumerable instance.AddRange(sequence)
public void AddRange( IEnumerable sequence )
public: void AddRange( IEnumerable^ 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).