AstToXamlConverter.ICustomAstVisitor.VisitHashtable(HashtableAst) Method

Definition

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

Parameters

hashtableAst
HashtableAst

Returns

Implements

Applies to