HoconTokenizerIsStartOfTrippleQuotedText Method |
Determines whether [is start of triple quoted text].
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsStartOfTrippleQuotedText()
Public Function IsStartOfTrippleQuotedText As Boolean
public:
bool IsStartOfTrippleQuotedText()
member IsStartOfTrippleQuotedText : unit -> bool
Return Value
Type:
Booleantrue if [is start of triple quoted text]; otherwise,
false.
See Also