ToTuples()
Converts the wrapped object to an array of name-value tuples.
Declaration
public IReadOnlyList<(string name, object value)> ToTuples()Returns
| Type | Description |
|---|---|
| IReadOnlyList<(string, object)> |
Converts the wrapped object to an array of name-value tuples.
public IReadOnlyList<(string name, object value)> ToTuples()| Type | Description |
|---|---|
| IReadOnlyList<(string, object)> |