BindingMemberInfoCollect Method |
Version 130.1.90
Returns an enumerable sequence of bindable properties for the specified type.
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static IEnumerable<BindingMemberInfo> Collect(
Type type
)
public:
static IEnumerable<BindingMemberInfo^>^ Collect(
Type^ type
)
Parameters
- type Type
- The type to enumerate.
Return Value
IEnumerableBindingMemberInfoBindable properties.
See Also