DefaultBinderCreateModel Method |
Version 67.0.0
Create model based on type
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax protected virtual Object CreateModel(
Type modelType,
Type genericType
)
protected:
virtual Object^ CreateModel(
Type^ modelType,
Type^ genericType
)
Parameters
- modelType
- Type: SystemType
model type - genericType
- Type: SystemType
generic type
Return Value
Type:
Objecta new instance of the object type
See Also