ObjectExtensions.

Deconstruct<TKey, TValue>(KeyValuePair<TKey, TValue>, TKey, TValue) Method

Namespace
GitVersion.Extensions
Containing Type
ObjectExtensions

Syntax

public static void Deconstruct<TKey, TValue>(this KeyValuePair<TKey, TValue> kvp, out TKey key, out TValue value)

Type Parameters

Name Description
TKey
TValue

Parameters

Name Type Description
kvp KeyValuePair<TKey, TValue>
key TKey
value TValue

Return Value

Type Description
void
GitHub