Summary
Get a list of key value pairs for the given source object
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinder
Syntax
public IEnumerable<KeyValuePair<string, string>> From<T>(T value) where T : class
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
value | T | The value. |
Return Value
Type | Description |
---|---|
IEnumerable |