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