AstVisitor2.VisitDynamicKeywordStatement(DynamicKeywordStatementAst) Method

Definition

public:
 virtual System::Management::Automation::Language::AstVisitAction VisitDynamicKeywordStatement(System::Management::Automation::Language::DynamicKeywordStatementAst ^ dynamicKeywordStatementAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitDynamicKeywordStatement (System.Management.Automation.Language.DynamicKeywordStatementAst dynamicKeywordStatementAst);
abstract member VisitDynamicKeywordStatement : System.Management.Automation.Language.DynamicKeywordStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitDynamicKeywordStatement : System.Management.Automation.Language.DynamicKeywordStatementAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitDynamicKeywordStatement (dynamicKeywordStatementAst As DynamicKeywordStatementAst) As AstVisitAction

Parameters

dynamicKeywordStatementAst
DynamicKeywordStatementAst

Returns

Applies to