Deconstruct(string) Method
Deconstructs the provided
string
into a pair.
protected abstract (TKey Key, TValue Value) Deconstruct(string value)
- Namespace
- Spectre
.Console .Cli - Containing Type
- PairDeconstructor
<TKey, TValue>
Parameters
- string value
- The string to deconstruct into a pair.
Returns
-
(TKey Key, TValue Value)