Click or drag to resize

DefaultBinderCreateModel Method

Version 75.1.140
Create model based on type

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected virtual Object CreateModel(
	Type modelType,
	Type genericType
)

Parameters

modelType
Type: SystemType
model type
genericType
Type: SystemType
generic type

Return Value

Type: Object
a new instance of the object type
See Also