Gets a value indicating that the specified type is supported by this platform
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Supports<T>()
where T : class
Public Function Supports(Of T As Class) As Boolean
member Supports : unit -> bool when 'T : not struct
Type Parameters
- T
- Type of the handler or class with HandlerAttribute to test for.
Return Value
Type:
Booleantrue if the specified type is supported, false otherwise
See Also