Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Attribute(string, string)

Declaration

public Attribute(
    string name,
    string value
)

Summary

Represents an XML attribute.

Parameters

stringname The name of the attribute.
stringvalue The (unescaped) string content of the attribute.