AstToXamlConverter.ICustomAstVisitor.VisitArrayLiteral Method

Definition

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

Parameters

arrayLiteralAst
ArrayLiteralAst

Returns

Implements

Applies to