BlockStatementAst(IScriptExtent, Token, StatementBlockAst) 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 keyword block expression.
public:
BlockStatementAst(System::Management::Automation::Language::IScriptExtent ^ extent, System::Management::Automation::Language::Token ^ kind, System::Management::Automation::Language::StatementBlockAst ^ body);
public BlockStatementAst (System.Management.Automation.Language.IScriptExtent extent, System.Management.Automation.Language.Token kind, System.Management.Automation.Language.StatementBlockAst body);
new System.Management.Automation.Language.BlockStatementAst : System.Management.Automation.Language.IScriptExtent * System.Management.Automation.Language.Token * System.Management.Automation.Language.StatementBlockAst -> System.Management.Automation.Language.BlockStatementAst
Public Sub New (extent As IScriptExtent, kind As Token, body As StatementBlockAst)
Parameters
- extent
- IScriptExtent
- kind
- Token
- body
- StatementBlockAst