IExtensibleDataObject Interface |
Provides a data structure to store extra data encountered by the System.Runtime.Serialization.XmlObjectSerializer
during deserialization of a type marked with the System.Runtime.Serialization.DataContractAttribute
attribute.
Namespace: System.Runtime.SerializationAssembly: CSharpXamlForHtml5.System.Runtime.Serialization.dll (in CSharpXamlForHtml5.System.Runtime.Serialization.dll.dll) Version: 1.0.0.0
Syntax public interface IExtensibleDataObject
The IExtensibleDataObject type exposes the following members.
Properties
| Name | Description |
---|
| ExtensionData |
Gets or sets the structure that contains extra data.
|
TopSee Also