Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandCollection Class / AddRange Method
The range of commands.


In This Topic
    AddRange Method (NCommandCollection)
    In This Topic
    Adds range of commands to the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal commands() As NCommand _
    ) 
    'Usage
     
    
    Dim instance As NCommandCollection
    Dim commands() As NCommand
     
    instance.AddRange(commands)
    public void AddRange( 
       NCommand[] commands
    )

    Parameters

    commands
    The range of commands.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also