TernaryExpressionAst.Copy Method

Definition

Copy the TernaryExpressionAst instance.

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

Returns a copy of the ast.

Applies to