Summary
Represents an XML attribute.
Constructors
|
Represents an XML attribute. |
Instance methods
void | | Deconstructor. |
string | | Refer to the documentation for object.ToString. |
Operators
ValueTuple<string, string> | | Converts an XML attribute into a string pair. |
Attribute | | Converts a string pair into an XML attribute. |
Instance properties
string | | The name of the attribute. |
string | | The (unescaped) string content of the attribute. |