DefaultBinder.Bind Method |
Version 63.0.0
Bind to the given model type
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntaxpublic virtual Object Bind(
Object obj,
Type modelType
)
public:
virtual Object^ Bind(
Object^ obj,
Type^ modelType
)
Parameters
- obj
- Type: System.Object
object to be converted into a model - modelType
- Type: System.Type
Model type to bind to
Return Value
Type:
ObjectBound model
Implements
IBinder.Bind(Object, Type)
See Also