DefaultCustomAstVisitor.VisitAttribute(AttributeAst) Method

Definition

public:
 virtual System::Object ^ VisitAttribute(System::Management::Automation::Language::AttributeAst ^ attributeAst);
public virtual object VisitAttribute (System.Management.Automation.Language.AttributeAst attributeAst);
abstract member VisitAttribute : System.Management.Automation.Language.AttributeAst -> obj
override this.VisitAttribute : System.Management.Automation.Language.AttributeAst -> obj
Public Overridable Function VisitAttribute (attributeAst As AttributeAst) As Object

Parameters

attributeAst
AttributeAst

Returns

Implements

Applies to