AstVisitor2.VisitDynamicKeywordStatement(DynamicKeywordStatementAst) 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.
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