Click or drag to resize

TypeExtensionsRecursiveIsImplementsInterface Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.TypeExtensions.RecursiveIsImplementsInterface(System.Type,System.Type)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static bool RecursiveIsImplementsInterface(
	Type clazz,
	Type interfaceClass
)

Parameters

clazz
Type: SystemType

[Missing <param name="clazz"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.RecursiveIsImplementsInterface(System.Type,System.Type)"]

interfaceClass
Type: SystemType

[Missing <param name="interfaceClass"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.RecursiveIsImplementsInterface(System.Type,System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.TypeExtensions.RecursiveIsImplementsInterface(System.Type,System.Type)"]

See Also