Méthode | Description | |
---|---|---|
XIncludeElement ( [ name ) : System.Xml.Linq |
Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name.
|
|
XIncludeElement ( [ name, object content ) : System.Xml.Linq |
Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name and content.
|
public XIncludeElement ( [ name ) : System.Xml.Linq | ||
name | [ | An |
Résultat | System.Xml.Linq |
public XIncludeElement ( [ name, object content ) : System.Xml.Linq | ||
name | [ | An |
content | object | The contents of the element. |
Résultat | System.Xml.Linq |