Click or drag to resize
MarkBranchStatement Constructor
Initializes a new instance of the MarkBranchStatement class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public MarkBranchStatement(
	LabelReference label
)

Parameters

label
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTLabelReference

[Missing <param name="label"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.MarkBranchStatement.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.LabelReference)"]

See Also