Méthode | Description | |
---|---|---|
NodeHandlerAttribute ( System.Xml.XmlNodeType nodeType, string nodeName, string ns = null ) : System |
Initializes a new instance of the NodeHandlerAttribute class.
|
public NodeHandlerAttribute ( System.Xml.XmlNodeType nodeType, string nodeName, string ns = null ) : System | ||
nodeType | System.Xml.XmlNodeType | The type of the node being handled. |
nodeName | string | The name of the node being handled. |
ns | string | The namespace of the node being handled. |
Résultat | System |