Summary
            Populate the values to the source type
            
		- Assembly
- Rocket.Surgery .Extensions .Binding .dll 
- Namespace
- Rocket.Surgery .Binding 
- Containing Type
- IJsonBinder
Syntax
T Populate<T>(T value, IEnumerable<KeyValuePair<string, string>> values, JsonSerializer serializer) 
    where T : classType Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| value | T | The value. | 
| values | IEnumerable | The values. | 
| serializer | JsonSerializer | The serializer. | 
Return Value
| Type | Description | 
|---|---|
| T | 
