PairDeconstuctor<TKey, TValue> Class
Base class for a pair deconstructor.
[Obsolete("Use PairDeconstructor instead")]
public abstract class PairDeconstuctor<TKey, TValue> : PairDeconstructor<TKey, TValue>,
IPairDeconstructor
- Namespace
- Spectre
.Console .Cli - Interfaces
-
- IPairDeconstructor
- Base Types
Remarks
This class is misspelled, use
PairDeconstructor<TKey, TValue>
instead.Attributes
- ObsoleteAttribute
Parameters
-
TKey
- The key type.
-
TValue
- The value type.