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 );
CodeVariableDeclarationStatement Class | CodeVariableDeclarationStatement Members | System.CodeDOM Namespace | CodeVariableDeclarationStatement Constructor Overload List