ICustomAstVisitor2.VisitUsingStatement(UsingStatementAst) Method

Definition

public:
 System::Object ^ VisitUsingStatement(System::Management::Automation::Language::UsingStatementAst ^ usingStatement);
public object VisitUsingStatement (System.Management.Automation.Language.UsingStatementAst usingStatement);
public virtual object VisitUsingStatement (System.Management.Automation.Language.UsingStatementAst usingStatement);
public virtual object? VisitUsingStatement (System.Management.Automation.Language.UsingStatementAst usingStatement);
abstract member VisitUsingStatement : System.Management.Automation.Language.UsingStatementAst -> obj
abstract member VisitUsingStatement : System.Management.Automation.Language.UsingStatementAst -> obj
override this.VisitUsingStatement : System.Management.Automation.Language.UsingStatementAst -> obj
Public Function VisitUsingStatement (usingStatement As UsingStatementAst) As Object
Public Overridable Function VisitUsingStatement (usingStatement As UsingStatementAst) As Object

Parameters

usingStatement
UsingStatementAst

Returns

Applies to