AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CheckInterface..::..Implements<(Of <(<'I>)>)> Method

Implementses the specified interface.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool Implements<I>(
	this Type type,
	I interface
)

Type Parameters

I

Parameters

type
Type: Type
The type.
interface
Type: I
The interface.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
ArgumentExceptionOnly interfaces can be 'implemented'.