C# Class System.Xml.Serialization.XmlAttributeOverrides

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

Public Methods

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

public Add ( Type type, XmlAttributes attributes ) : void
type Type
attributes XmlAttributes
return void

Add() public method

public Add ( Type type, string member, XmlAttributes attributes ) : void
type Type
member string
attributes XmlAttributes
return void

this() public method

public this ( Type type ) : XmlAttributes
type Type
return XmlAttributes

this() public method

public this ( Type type, string member ) : XmlAttributes
type Type
member string
return XmlAttributes