Adds the elements of a GwxElement array to the end of the list.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void AddRange( GwxElement[] c ) |
Visual Basic |
---|
Public Sub AddRange ( _ c As GwxElement() _ ) |
JScript |
---|
public function AddRange( c : GwxElement[] ) |
Parameters
- c
- Type: array<Ico.Gwx..::..GwxElement>[]()[][]
A GwxElement array whose elements should be added to the end of the list.