HoconTokenizerIsComma Method |
Determines whether this instance is comma.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic Function IsComma As Boolean
member IsComma : unit -> bool
Return Value
Type:
Booleantrue if this instance is comma; otherwise,
false.
See Also