コード例 #1
0
ファイル: baseBundle.cs プロジェクト: iLanceS/fastCSharp
 public static bool containsKey(this BaseBundle bundle, string key)
 {
     return(bundle.ContainsKey(key));
 }