Пример #1
0
 public bool ContainsKey(TWeakKey1 weakKey1, TWeakKey2 weakKey2, TStrongKey strongKey)
 {
     return(_internalDictionary.ContainsKey(Stacktype.Create(weakKey1, weakKey2, strongKey)));
 }
Пример #2
0
 public bool ContainsKey(TStrongKey strongKey)
 {
     return(_internalDictionary.ContainsKey(new StrongKey <TStrongKey>(strongKey)));
 }
Пример #3
0
 public bool ContainsKey(TStrongKey strongKey)
 {
     return(_internalDictionary.ContainsKey(Stacktype.Create(strongKey)));
 }