Table of Contents

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

outKey TKey

The key component.

outValue TValue

The value component.