C# Class System.Xml.Serialization.SoapAttributeOverrides

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

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( Type type, SoapAttributes attributes ) : void
type System.Type
attributes SoapAttributes
Résultat void

Add() public méthode

public Add ( Type type, string member, SoapAttributes attributes ) : void
type System.Type
member string
attributes SoapAttributes
Résultat void

this() public méthode

public this ( Type type ) : SoapAttributes
type System.Type
Résultat SoapAttributes

this() public méthode

public this ( Type type, string member ) : SoapAttributes
type System.Type
member string
Résultat SoapAttributes