AstToXamlConverter.ICustomAstVisitor.VisitHashtable(HashtableAst) 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.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