System.Management.Pash.Implementation.ExecutionVisitor.VisitNamedAttributeArgument C# (CSharp) Method

VisitNamedAttributeArgument() public method

public VisitNamedAttributeArgument ( System.Management.Automation.Language.NamedAttributeArgumentAst namedAttributeArgumentAst ) : AstVisitAction
namedAttributeArgumentAst System.Management.Automation.Language.NamedAttributeArgumentAst
return AstVisitAction
        public override AstVisitAction VisitNamedAttributeArgument(NamedAttributeArgumentAst namedAttributeArgumentAst)
        {
            throw new NotImplementedException(); //VisitNamedAttributeArgument(namedAttributeArgumentAst);
        }
ExecutionVisitor