C# Class Akka.Configuration.Hocon.CDataConfigurationElement

This class represents the base implementation for retrieving text from an XML CDATA node within a configuration file.
<![CDATA[ ... ]]> ]]>
Inheritance: System.Configuration.ConfigurationElement
Show file Open project: akkadotnet/HOCON

Protected Methods

Method Description
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void

Deserializes the text located in a CDATA node of the configuration file.

Method Details

DeserializeElement() protected method

Deserializes the text located in a CDATA node of the configuration file.
protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void
reader System.Xml.XmlReader The that reads from the configuration file.
serializeCollectionKey bool true to serialize only the collection key properties; otherwise, false.
return void