C# Class System.Xml.Serialization.SoapTypeAttribute

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

Public Methods

Method Description
SoapTypeAttribute ( ) : System
SoapTypeAttribute ( string typeName ) : System
SoapTypeAttribute ( string typeName, string ns ) : System

Method Details

SoapTypeAttribute() public method

public SoapTypeAttribute ( ) : System
return System

SoapTypeAttribute() public method

public SoapTypeAttribute ( string typeName ) : System
typeName string
return System

SoapTypeAttribute() public method

public SoapTypeAttribute ( string typeName, string ns ) : System
typeName string
ns string
return System