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.
Extension Methods
-
T And
<PairDeconstuctor <TKey, TValue> > (Action <PairDeconstuctor <TKey, TValue> > ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.