Click or drag to resize

DefaultBinder.BindCollection Method

Version 110.0.300
Bind collection.

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
Syntax
protected virtual Object BindCollection(
	Type targetType,
	Type objType,
	Object obj
)

Parameters

targetType
Type: System.Type
the target param type.
objType
Type: System.Type
Type of the object.
obj
Type: System.Object
object to be converted into a model.

Return Value

Type: Object
An object.
See Also