CSharpTest.Net
Add(String,String) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > ArgumentList Class > Add Method : Add(String,String) Method

name
value

Glossary Item Box

Adds a name/value pair to the collection of arguments, if value is null the name is added with no values.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal name As String, _
   ByVal value As String _
) 
C# 
public void Add( 
   string name,
   string value
)

Parameters

name
value

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