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