Click or drag to resize
Akka.NETTokenizerTake Method
Retrieves the next character in the tokenizer.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public char Take()

Return Value

Type: Char
The character at the tokenizer's current position.
See Also