Click or drag to resize
Akka.NETHoconTokenizerPullEndOfObject Method
Retrieves a ObjectEnd token from the tokenizer's current position.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Token PullEndOfObject()

Return Value

Type: Token
A ObjectEnd token from the tokenizer's current position.
See Also