AstToXamlConverter.ICustomAstVisitor.VisitArrayExpression Method
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.
virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitArrayExpression(System::Management::Automation::Language::ArrayExpressionAst ^ arrayExpressionAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitArrayExpression;
object ICustomAstVisitor.VisitArrayExpression (System.Management.Automation.Language.ArrayExpressionAst arrayExpressionAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitArrayExpression : System.Management.Automation.Language.ArrayExpressionAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitArrayExpression : System.Management.Automation.Language.ArrayExpressionAst -> obj
Function VisitArrayExpression (arrayExpressionAst As ArrayExpressionAst) As Object Implements ICustomAstVisitor.VisitArrayExpression
Parameters
- arrayExpressionAst
- ArrayExpressionAst