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