PairDeconstuctor<TKey, TValue> Class

Base class for a pair deconstructor.
[Obsolete("Use PairDeconstructor instead")]
public abstract class PairDeconstuctor<TKey, TValue> : PairDeconstructor<TKey, TValue>, 
    IPairDeconstructor
Interfaces
  • IPairDeconstructor

Remarks

This class is misspelled, use PairDeconstructor<TKey, TValue> instead.

Attributes

ObsoleteAttribute

Parameters

TKey
The key type.
TValue
The value type.