Click or drag to resize
Akka.NETHoconTokenizerIsDot Method
Determines whether the current token matches an Dot token.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsDot()

Return Value

Type: Boolean
true if the token matches; otherwise, false.
See Also