C# Class PowerArgs.Cli.MarkupIgnoreAttribute

Inheritance: MarkupExtensionAttribute
Show file Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
MarkupIgnoreAttribute ( string attributeName ) : System

Initiates the ignore attribute given the markup xml attribute name

Method Details

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