Method Deconstruct
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Deconstruct(out TKey, out TValue)
Deconstructs this pair into its key and value components.
public void Deconstruct(out TKey outKey, out TValue outValue)
Parameters
outKeyTKeyThe key component.
outValueTValueThe value component.