Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool RemoveAttribute(string)

  • Declared in: RT.Xml.Tag

Declaration

public bool RemoveAttribute(
    string name
)

Summary

Removes an attribute, if present, and returns a value indicating whether an attribute was removed.

Parameters

stringname The name of the attribute to remove.

Returns

true if an attribute by the given name was found and removed; false if no such attribute was there.