Click or drag to resize

TypeExtensionsIsInterfaceT Method

returns true if T is an interface, otherwise false

Namespace:  Crosser.Resolve.PlatformHelpers
Assembly:  Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax
C#
public static bool IsInterface<T>()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Crosser.Resolve.PlatformHelpers.TypeExtensions.IsInterface``1"]

Return Value

Type: Boolean
true if the type is an interface
See Also