Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconTokenizer Class
HoconTokenizer Methods
IsArrayEnd Method
IsArrayStart Method
IsAssignment Method
IsComma Method
IsDot Method
IsEndOfObject Method
IsInclude Method
IsObjectStart Method
IsSpaceOrTab Method
IsStartOfComment Method
IsStartOfQuotedText Method
IsStartOfTripleQuotedText Method
IsStartSimpleValue Method
IsSubstitutionStart Method
IsUnquotedKey Method
IsUnquotedKeyStart Method
IsWhitespace Method
IsWhitespaceOrComment Method
PullArrayEnd Method
PullArrayStart Method
PullAssignment Method
PullComma Method
PullComment Method
PullDot Method
PullEndOfObject Method
PullInclude Method
PullNext Method
PullQuotedKey Method
PullQuotedText Method
PullRestOfLine Method
PullSimpleValue Method
PullSpaceOrTab Method
PullStartOfObject Method
PullSubstitution Method
PullTripleQuotedText Method
PullUnquotedKey Method
PullValue Method
PullWhitespaceAndComments Method
HoconTokenizer
PullInclude Method
TBD
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
Token
PullInclude
()
member
PullInclude
:
unit
->
Token
Return Value
Type:
Token
TBD
Exceptions
Exception
Condition
FormatException
This exception is thrown if an unknown escape code is encountered.
See Also
Reference
HoconTokenizer Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET