C# Class System.Xml.Serialization.XmlAttributeAttribute

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

Public Methods

Method Description
XmlAttributeAttribute ( ) : System
XmlAttributeAttribute ( Type type ) : System
XmlAttributeAttribute ( string attributeName ) : System
XmlAttributeAttribute ( string attributeName, Type type ) : System

Method Details

XmlAttributeAttribute() public method

public XmlAttributeAttribute ( ) : System
return System

XmlAttributeAttribute() public method

public XmlAttributeAttribute ( Type type ) : System
type Type
return System

XmlAttributeAttribute() public method

public XmlAttributeAttribute ( string attributeName ) : System
attributeName string
return System

XmlAttributeAttribute() public method

public XmlAttributeAttribute ( string attributeName, Type type ) : System
attributeName string
type Type
return System