CodeVariableDeclarationStatement Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the CodeVariableDeclarationStatement class using the specified data type name and variable name.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::String^
The name of the data type of the variable.
- name
-
Type:
System::String^
The name of the variable.
.NET Framework
Available since 1.1
Available since 1.1
Show: