PipelineChainAst.Copy Method

Definition

Create a copy of this Ast.

public override System.Management.Automation.Language.Ast Copy ();
override this.Copy : unit -> System.Management.Automation.Language.Ast
Public Overrides Function Copy () As Ast

Returns

Ast

A fresh copy of this PipelineChainAst instance.

Applies to