C# Class System.Xml.Serialization.SerializationSource

Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
SerializationSource ( string namspace, Type includedTypes ) : System.Collections

Protected Methods

Method Description
BaseEquals ( SerializationSource other ) : bool

Method Details

BaseEquals() protected method

protected BaseEquals ( SerializationSource other ) : bool
other SerializationSource
return bool

SerializationSource() public method

public SerializationSource ( string namspace, Type includedTypes ) : System.Collections
namspace string
includedTypes Type
return System.Collections