DefaultCustomAstVisitor.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:
virtual System::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
override this.VisitNamedBlock : System.Management.Automation.Language.NamedBlockAst -> obj
Public Overridable Function VisitNamedBlock (namedBlockAst As NamedBlockAst) As Object
Parameters
- namedBlockAst
- NamedBlockAst