Beispiel #1
0
 public bool Any(Func <char, bool> func)
 {
     return(_vector.Any(func));
 }