Exemple #1
0
 private bool HasPrefix(string input)
 {
     return(ContinuationUtilities.HasPrefix(input, _continuationProfile));
 }