コード例 #1
0
ファイル: AnonymousQuery.cs プロジェクト: zyltntking/Lenneth
 public AnonymousQuery(Cache <TObject, TKey> cache)
 {
     _cache = cache.Clone();
 }