[__DynamicallyInvokable()] public void AddRange( System.Collections.Generic.IEnumerable<NGraphEdge> collection )
'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)
Parameters
- collection