C# Class System.Xml.Serialization.XmlTypeSerializationSource

Inheritance: SerializationSource
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
XmlTypeSerializationSource ( Type type, XmlRootAttribute root, XmlAttributeOverrides attributeOverrides, string namspace, Type includedTypes ) : System.Collections

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlTypeSerializationSource() public method

public XmlTypeSerializationSource ( Type type, XmlRootAttribute root, XmlAttributeOverrides attributeOverrides, string namspace, Type includedTypes ) : System.Collections
type Type
root XmlRootAttribute
attributeOverrides XmlAttributeOverrides
namspace string
includedTypes Type
return System.Collections