C# Class System.Xml.Serialization.XmlAttributeOverrides

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

Méthodes publiques

Méthode Description
Add ( Type type, XmlAttributes attributes ) : void
Add ( Type type, string member, XmlAttributes attributes ) : void
this ( Type type ) : XmlAttributes
this ( Type type, string member ) : XmlAttributes

Method Details

Add() public méthode

public Add ( Type type, XmlAttributes attributes ) : void
type Type
attributes XmlAttributes
Résultat void

Add() public méthode

public Add ( Type type, string member, XmlAttributes attributes ) : void
type Type
member string
attributes XmlAttributes
Résultat void

this() public méthode

public this ( Type type ) : XmlAttributes
type Type
Résultat XmlAttributes

this() public méthode

public this ( Type type, string member ) : XmlAttributes
type Type
member string
Résultat XmlAttributes