Click or drag to resize
XmlSerializationReaderReadSerializable Method (IXmlSerializable, Boolean)
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected IXmlSerializable ReadSerializable(
	IXmlSerializable serializable,
	bool wrappedAny
)

Parameters

serializable
Type: System.Xml.SerializationIXmlSerializable
An IXmlSerializable object that corresponds to the current position of the XMLReader.
wrappedAny
Type: SystemBoolean
Specifies whether the serializable object is wrapped.

Return Value

Type: IXmlSerializable
An object that implements the IXmlSerializable interface with its members populated from the location of the XmlReader.
See Also