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