DictionaryEntry.Deconstruct(Object, Object) Method

Definition

Deconstructs the current DictionaryEntry.

public void Deconstruct (out object key, out object? value);
public void Deconstruct (out object key, out object value);

Parameters

key
Object

The key of the current DictionaryEntry.

value
Object

The value of the current DictionaryEntry.

Applies to

Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1