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