BindingContextGenericType Property |
Version 55.0.0
The generic type of a collection is only used when DestinationType is a enumerable.
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public Type GenericType { get; set; }
public:
property Type^ GenericType {
Type^ get ();
void set (Type^ value);
}
Property Value
Type:
TypeSee Also