Click or drag to resize

BindingMemberInfo.Collect Method

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

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
public static IEnumerable<BindingMemberInfo> Collect(
	Type type
)

Parameters

type
Type: System.Type
The type to enumerate.

Return Value

Type: IEnumerable<BindingMemberInfo>
Bindable properties.
See Also