DoubleDictionaryTKey, TKeySecondary, TValueSecondaryKeyCount Method |
The number of secondary keys stored for a given primary key
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Nullable<int> SecondaryKeyCount(
TKey primaryKey
)
Parameters
- primaryKey
- Type: TKey
The primary key to count the secondary keys for
Return Value
Type:
NullableInt32The count of keys if the primary key is in the dictionary, otherwise returns null
See Also