C# Class System.Xml.Serialization.XmlAttributes

Summary description for XmlAttributes.
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetAttr object

Public Methods

Method Description
XmlAttributes ( ) : System
XmlAttributes ( ICustomAttributeProvider provider ) : System

Private Methods

Method Description
GetAttr ( ICustomAttributeProvider provider, Type attrType ) : object

Method Details

XmlAttributes() public method

public XmlAttributes ( ) : System
return System

XmlAttributes() public method

public XmlAttributes ( ICustomAttributeProvider provider ) : System
provider ICustomAttributeProvider
return System