Click or drag to resize

BindingMemberInfoCollectT Method

Version 67.0.0
Returns an enumerable sequence of bindable properties for the specified type.

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public static IEnumerable<BindingMemberInfo> Collect<T>()

Type Parameters

T
The type to enumerate.

Return Value

Type: IEnumerableBindingMemberInfo
Bindable properties.
See Also