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