Method RemoveAttribute
RemoveAttribute(AttributeKind)
Removes an Attribute
Declaration
public Argument RemoveAttribute(AttributeKind kind)
public Argument RemoveAttribute(AttributeKind kind)
Parameters
Attribute |
kind | Attribute |
Returns
Argument | This Argument for fluent usage |
RemoveAttribute(String)
Removes a named attribute from an Argument
Declaration
public Argument RemoveAttribute(string name)
public Argument RemoveAttribute(string name)
Parameters
String | name | Name of the attribute to remove |
Returns
Argument | This Argument for fluent usage |