コード例 #1
0
ファイル: Strings.cs プロジェクト: wsgan001/CodeBase
 public bool Any(Func <char, bool> func)
 {
     return(_vector.Any(func));
 }