Click or drag to resize

BindingMemberInfo(PropertyInfo) Constructor

Version 130.1.90
Constructs a BindingMemberInfo instance for a property.

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public BindingMemberInfo(
	PropertyInfo propertyInfo
)

Parameters

propertyInfo  PropertyInfo
The bindable property to represent.
See Also