PowerArgs.Cli.MarkupIgnoreAttribute.MarkupIgnoreAttribute C# (CSharp) Method

MarkupIgnoreAttribute() public method

Initiates the ignore attribute given the markup xml attribute name
public MarkupIgnoreAttribute ( string attributeName ) : System
attributeName string the xml markup attribute name to ignore
return System
        public MarkupIgnoreAttribute(string attributeName)
            : base(attributeName, typeof(NoOpProcessor))
        {
        }
MarkupIgnoreAttribute