'Declaration
<__DynamicallyInvokableAttribute()> Public Sub AddRange( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) _ )
'Usage
Dim instance As NGraphVertexList Dim collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) instance.AddRange(collection)
[__DynamicallyInvokable()] public void AddRange( System.Collections.Generic.IEnumerable<NGraphVertex> collection )
Parameters
- collection