ContinueStatementAst(IScriptExtent, ExpressionAst) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct a continue statement.
public:
ContinueStatementAst(System::Management::Automation::Language::IScriptExtent ^ extent, System::Management::Automation::Language::ExpressionAst ^ label);
public ContinueStatementAst (System.Management.Automation.Language.IScriptExtent extent, System.Management.Automation.Language.ExpressionAst label);
new System.Management.Automation.Language.ContinueStatementAst : System.Management.Automation.Language.IScriptExtent * System.Management.Automation.Language.ExpressionAst -> System.Management.Automation.Language.ContinueStatementAst
Public Sub New (extent As IScriptExtent, label As ExpressionAst)
Parameters
- extent
- IScriptExtent
The extent of the statement including the optional label.
- label
- ExpressionAst
The optional label expression.
Exceptions
If extent
is null.