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