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 Name, object Value)> |
Converts the wrapped object to an array of name-value tuples.
public IReadOnlyList<(string Name, object? Value)> ToTuples()
Type | Description |
---|---|
IReadOnlyList<(string Name, object Value)> |