Share via


PipelineBaseAst(IScriptExtent) Constructor

Definition

Initialize the common parts of a PipelineBaseAst.

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

Parameters

extent
IScriptExtent

The extent of the statement.

Exceptions

If extent is null.

Applies to