Click or drag to resize

DefaultBinder.BindCollection Method

Version 109.1.110
Bind collection.

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.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