Method ToTuples
ToTuples()
Converts the wrapped object to an array of name-value tuples.
Declaration
public IReadOnlyList<(string, object)> ToTuples()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.ValueTuple<System.String, System.Object>> |