Click or drag to resize

SerializableDictionaryTKey, TValueGetSchema Method

Gets the XML schema for the XML serialization.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public XmlSchema GetSchema()

Return Value

Type: XmlSchema
An XML schema for the serialized object.

Implements

IXmlSerializableGetSchema
See Also