Click or drag to resize

BindingMemberInfoCollect Method (Type)

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

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

Parameters

type
Type: SystemType
The type to enumerate.

Return Value

Type: IEnumerableBindingMemberInfo
Bindable properties.
See Also