Пример #1
0
 public ValuesCollection(ReadOnlyDictionaryBase <TKey, TValue> myDictionary)
 {
     _myDictionary = myDictionary;
 }
Пример #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="myDictionary">The dictionary this is associated with.</param>
 public KeysCollection(ReadOnlyDictionaryBase <TKey, TValue> myDictionary)
 {
     this.myDictionary = myDictionary;
 }