CodeLabeledStatement Constructor (String^)

 

Initializes a new instance of the CodeLabeledStatement class using the specified label name.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeLabeledStatement(
	String^ label
)

Parameters

label
Type: System::String^

The name of the label.

.NET Framework
Available since 1.1
Return to top
Show: