CodeLabeledStatement Constructor (String^, CodeStatement^)
.NET Framework (current version)
Initializes a new instance of the CodeLabeledStatement class using the specified label name and statement.
Assembly: System (in System.dll)
Parameters
- label
-
Type:
System::String^
The name of the label.
- statement
-
Type:
System.CodeDom::CodeStatement^
The CodeStatement to associate with the label.
.NET Framework
Available since 1.1
Available since 1.1
Show: