C# Class System.Runtime.Serialization.SpecialTypeDataContract

Inheritance: System.Runtime.Serialization.DataContract
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
SpecialTypeDataContract ( Type type, XmlDictionaryString name, XmlDictionaryString ns ) : System.Xml

Method Details

SpecialTypeDataContract() public method

public SpecialTypeDataContract ( Type type, XmlDictionaryString name, XmlDictionaryString ns ) : System.Xml
type Type
name System.Xml.XmlDictionaryString
ns System.Xml.XmlDictionaryString
return System.Xml