PairDeconstructor<TKey, TValue> Class
Base class for a pair deconstructor.
public abstract class PairDeconstructor<TKey, TValue> : IPairDeconstructor
- Namespace
- Spectre
.Console .Cli - Interfaces
-
- IPairDeconstructor
- Derived Types
Parameters
-
TKey
- The key type.
-
TValue
- The value type.
Methods
-
protected abstract (TKey Key, TValue Value) Deconstruct
(string) -
Deconstructs the provided
string
into a pair.