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.
public:
System::Object ^ VisitHashtable(System::Management::Automation::Language::HashtableAst ^ hashtableAst);
public object VisitHashtable (System.Management.Automation.Language.HashtableAst hashtableAst);
public virtual object VisitHashtable (System.Management.Automation.Language.HashtableAst hashtableAst);
public virtual object? VisitHashtable (System.Management.Automation.Language.HashtableAst hashtableAst);
abstract member VisitHashtable : System.Management.Automation.Language.HashtableAst -> obj
abstract member VisitHashtable : System.Management.Automation.Language.HashtableAst -> obj
override this.VisitHashtable : System.Management.Automation.Language.HashtableAst -> obj
Public Function VisitHashtable (hashtableAst As HashtableAst) As Object
Public Overridable Function VisitHashtable (hashtableAst As HashtableAst) As Object
Parameters
- hashtableAst
- HashtableAst