C# Класс Akka.Configuration.Hocon.CDataConfigurationElement

This class represents the base implementation for retrieving text from an XML CDATA node within a configuration file.
<![CDATA[ ... ]]> ]]>
Наследование: System.Configuration.ConfigurationElement
Показать файл Открыть проект

Защищенные методы

Метод Описание
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void

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

Описание методов

DeserializeElement() защищенный Метод

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.
Результат void