C# Class System.Xml.Serialization.XmlAttributeAttribute

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

Méthodes publiques

Méthode Description
XmlAttributeAttribute ( ) : System
XmlAttributeAttribute ( Type type ) : System
XmlAttributeAttribute ( string attributeName ) : System
XmlAttributeAttribute ( string attributeName, Type type ) : System

Method Details

XmlAttributeAttribute() public méthode

public XmlAttributeAttribute ( ) : System
Résultat System

XmlAttributeAttribute() public méthode

public XmlAttributeAttribute ( Type type ) : System
type Type
Résultat System

XmlAttributeAttribute() public méthode

public XmlAttributeAttribute ( string attributeName ) : System
attributeName string
Résultat System

XmlAttributeAttribute() public méthode

public XmlAttributeAttribute ( string attributeName, Type type ) : System
attributeName string
type Type
Résultat System