IJsonBinder.

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

Summary

Bind the values to the source type

Syntax

object Bind(Type objectType, IEnumerable<KeyValuePair<string, string>> values)

Parameters

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

Return Value

Type Description
object