Share via


DefaultCustomAstVisitor.VisitArrayLiteral(ArrayLiteralAst) Method

Definition

public:
 virtual System::Object ^ VisitArrayLiteral(System::Management::Automation::Language::ArrayLiteralAst ^ arrayLiteralAst);
public virtual object VisitArrayLiteral (System.Management.Automation.Language.ArrayLiteralAst arrayLiteralAst);
abstract member VisitArrayLiteral : System.Management.Automation.Language.ArrayLiteralAst -> obj
override this.VisitArrayLiteral : System.Management.Automation.Language.ArrayLiteralAst -> obj
Public Overridable Function VisitArrayLiteral (arrayLiteralAst As ArrayLiteralAst) As Object

Parameters

arrayLiteralAst
ArrayLiteralAst

Returns

Implements

Applies to