HoconTokenizer
.
.
::
.
.
IsComma Method
Determines whether this instance is comma.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka
(in Akka.dll)
Syntax
C#
VB
C++
public
bool
IsComma
()
Public
Function
IsComma
As
Boolean
public
:
bool
^
IsComma
()
Return Value
true
if this instance is comma; otherwise,
false
.
See Also
HoconTokenizer Class
Akka.Configuration.Hocon Namespace