C# Class System.Xml.Serialization.SoapAttributeOverrides

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public Add ( Type type, SoapAttributes attributes ) : void
type System.Type
attributes SoapAttributes
return void

Add() public method

public Add ( Type type, string member, SoapAttributes attributes ) : void
type System.Type
member string
attributes SoapAttributes
return void

this() public method

public this ( Type type ) : SoapAttributes
type System.Type
return SoapAttributes

this() public method

public this ( Type type, string member ) : SoapAttributes
type System.Type
member string
return SoapAttributes