Version 55.0.0
Bind to the given model type
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax Object Bind(
Object obj,
Type modelType
)
Object^ Bind(
Object^ obj,
Type^ modelType
)
Parameters
- obj
- Type: SystemObject
object to be converted into a model - modelType
- Type: SystemType
Model type to bind to
Return Value
Type:
ObjectBound model
See Also