Click or drag to resize

PlatformSupportsT Method

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

Type Parameters

T
Type of the handler or class with HandlerAttribute to test for.

Return Value

Type: Boolean
true if the specified type is supported, false otherwise
See Also