Click or drag to resize
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.Serialization
Assembly: CSharpXamlForHtml5.System.Runtime.Serialization.dll (in CSharpXamlForHtml5.System.Runtime.Serialization.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface IExtensibleDataObject

The IExtensibleDataObject type exposes the following members.

Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Top
See Also