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
- IJsonBinder
Syntax
IEnumerable<KeyValuePair<string, string>> From<T>(T value) where T : classType Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| value | T | The value. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | 
