C# Class System.Xml.Serialization.XmlAnyElementAttribute

Inheritance: Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
XmlAnyElementAttribute ( ) : System
XmlAnyElementAttribute ( string name ) : System
XmlAnyElementAttribute ( string name, string ns ) : System

Method Details

XmlAnyElementAttribute() public méthode

public XmlAnyElementAttribute ( ) : System
Résultat System

XmlAnyElementAttribute() public méthode

public XmlAnyElementAttribute ( string name ) : System
name string
Résultat System

XmlAnyElementAttribute() public méthode

public XmlAnyElementAttribute ( string name, string ns ) : System
name string
ns string
Résultat System