Version 130.1.90
Bind to the given model type
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public virtual Object Bind(
Object obj,
Type targetType
)
public:
virtual Object^ Bind(
Object^ obj,
Type^ targetType
)
Parameters
- obj Object
- object to be converted into a model
- targetType Type
- the target param type
Return Value
ObjectBound model
Implements
IBinderBind(Object, Type)See Also