ParenExpressionAst(IScriptExtent, PipelineBaseAst) 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 parenthesized expression.
public:
ParenExpressionAst(System::Management::Automation::Language::IScriptExtent ^ extent, System::Management::Automation::Language::PipelineBaseAst ^ pipeline);
public ParenExpressionAst (System.Management.Automation.Language.IScriptExtent extent, System.Management.Automation.Language.PipelineBaseAst pipeline);
new System.Management.Automation.Language.ParenExpressionAst : System.Management.Automation.Language.IScriptExtent * System.Management.Automation.Language.PipelineBaseAst -> System.Management.Automation.Language.ParenExpressionAst
Public Sub New (extent As IScriptExtent, pipeline As PipelineBaseAst)
Parameters
- extent
- IScriptExtent
The extent of the expression, including the opening and closing parentheses.
- pipeline
- PipelineBaseAst
The pipeline (or expression) enclosed in parentheses.
Exceptions
If extent
or pipeline
is null.