ChainableAst(IScriptExtent) Constructor

Definition

Initializes a new instance of the new chainable AST with the given extent.

protected ChainableAst (System.Management.Automation.Language.IScriptExtent extent);
new System.Management.Automation.Language.ChainableAst : System.Management.Automation.Language.IScriptExtent -> System.Management.Automation.Language.ChainableAst
Protected Sub New (extent As IScriptExtent)

Parameters

extent
IScriptExtent

The script extent of the AST.

Applies to