Share via


AstToXamlConverter.ICustomAstVisitor.VisitParamBlock(ParamBlockAst) Method

Definition

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

Parameters

paramBlockAst
ParamBlockAst

Returns

Implements

Applies to