DefaultBinderCreateModel Method |
Version 73.1.130
Create model based on type
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.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