Click or drag to resize
CDataConfigurationElementDeserializeElement Method

[Missing <summary> documentation for "M:Akka.Configuration.Hocon.CDataConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)"]

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void DeserializeElement(
	XmlReader reader,
	bool serializeCollectionKey
)

Parameters

reader
Type: System.XmlXmlReader

[Missing <param name="reader"/> documentation for "M:Akka.Configuration.Hocon.CDataConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)"]

serializeCollectionKey
Type: SystemBoolean

[Missing <param name="serializeCollectionKey"/> documentation for "M:Akka.Configuration.Hocon.CDataConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)"]

See Also