DoubleDictionaryTKey, TKeySecondary, TValueRemove Method |
Remove an element from the DoubleDictionary
Namespace:
WeatherSystem.Internal
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void Remove(
TKey key,
TKeySecondary secondaryKey
)
Parameters
- key
- Type: TKey
The primary key for the item to be removed - secondaryKey
- Type: TKeySecondary
The secondary key for the item to be removed
See Also