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