DoubleDictionaryTKey, TKeySecondary, TValueContainsKey Method (TKey) |
Checks if the dictionary contains the given primary key
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool ContainsKey(
TKey primaryKey
)
Parameters
- primaryKey
- Type: TKey
The primary key to check
Return Value
Type:
BooleanTrue if the DoubleDictionary has a primary key matching the given key, false otherwise
See Also