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
파일 보기 프로젝트 열기: akkadotnet/HOCON

보호된 메소드들

메소드 설명
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