Click or drag to resize

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
Syntax
C#
public Nullable<int> SecondaryKeyCount(
	TKey primaryKey
)

Parameters

primaryKey
Type: TKey
The primary key to count the secondary keys for

Return Value

Type: NullableInt32
The count of keys if the primary key is in the dictionary, otherwise returns null
See Also