NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeVariableDeclarationStatement Constructor (String, String)

Initializes a new instance of CodeVariableDeclarationStatement using the specified type and name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As String, _
   ByVal name As String _
)
[C#]
public CodeVariableDeclarationStatement(
   string type,
   string name
);
[C++]
public: CodeVariableDeclarationStatement(
   String* type,
   String* name
);
[JScript]
public function CodeVariableDeclarationStatement(
   type : String,
   name : String
);

Parameters

type
The type of the variable.
name
[To be supplied.]

See Also

CodeVariableDeclarationStatement Class | CodeVariableDeclarationStatement Members | System.CodeDOM Namespace | CodeVariableDeclarationStatement Constructor Overload List