Summary
            Populate the values from the given configuration object
            
		- Assembly
- Rocket.Surgery .Extensions .Binding .dll 
- Namespace
- Rocket.Surgery .Binding 
- Containing Type
- JsonBinderExtensions
Syntax
public static T Populate<T>(this IJsonBinder binder, T value, IConfiguration configuration) 
    where T : classType Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| binder | IJsonBinder | The binder. | 
| value | T | The value. | 
| configuration | IConfiguration | The configuration. | 
Return Value
| Type | Description | 
|---|---|
| T | 
