BindingMemberInfo Constructor (PropertyInfo) |
Version 63.0.0
Constructs a BindingMemberInfo instance for a property.
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public BindingMemberInfo(
PropertyInfo propertyInfo
)
public:
BindingMemberInfo(
PropertyInfo^ propertyInfo
)
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
The bindable property to represent.
See Also