CSharpTest.Net
AddRange Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > ArgumentList Class : AddRange Method

arguments

Glossary Item Box

Parses the strings provided for switch names and optionally values, by default in one of the following forms: "/name=value", "/name:value", "-name=value", "-name:value"

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal ParamArray arguments() As String _
) 
C# 
public void AddRange( 
   params string[] arguments
)

Parameters

arguments

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys