DoubleDictionaryTKey, TKeySecondary, TValueContainsKey Method |
Name | Description | |
---|---|---|
![]() | ContainsKey(TKey) |
Checks if the dictionary contains the given primary key
|
![]() | ContainsKey(TKey, TKeySecondary) |
Checks if the dictionary has a value stored with the given key pair
|