Esempio n. 1
0
 public static bool IsQueryMarker(StringView text)
 {
     return(text.StartsWith(k_StartToken) && text.EndsWith(k_EndToken));
 }