Click or drag to resize
HoconTokenizerIsDot Method
Determines whether this instance is dot.

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

Return Value

Type: Boolean
true if this instance is dot; otherwise, false.
See Also