메소드 | 설명 | |
---|---|---|
Attribute ( string name, string value ) : System.Xml |
Initializes a new instance of the Attribute class. Manually constructed nodes are immutable and are not added to the database.
|
메소드 | 설명 | |
---|---|---|
CreateXmlNode ( ) : |
메소드 | 설명 | |
---|---|---|
Attribute ( ANode aNode, Database database ) : System.Xml |
public Attribute ( string name, string value ) : System.Xml | ||
name | string | The name of the attribute. |
value | string | The value of the attribute. |
리턴 | System.Xml |