Click or drag to resize
HoconTokenizerIsComma Method
Determines whether this instance is comma.

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

Return Value

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