Click or drag to resize
Akka.NETHoconTokenizerIsStartOfTripleQuotedText Method
Determines whether the current token matches the start of a triple quoted string.

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

Return Value

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