IJsonBinder.

Bind<T>(IEnumerable<KeyValuePair<string, string>>) Method

Summary

Bind the values to the source type

Syntax

T Bind<T>(IEnumerable<KeyValuePair<string, string>> values) where T : class, new()

Type Parameters

Name Description
T

Parameters

Name Type Description
values IEnumerable<KeyValuePair<string, string>> The values.

Return Value

Type Description
T