TypeExtensions..::..Implements<(Of <(<'T>)>)> Method (Type)
Returns true if type implements/inherits T.
Namespace:
Akka.UtilAssembly: Akka (in Akka.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function Implements(Of T) ( _ type As Type _ ) As Boolean
[ExtensionAttribute] public: generic<typename T> static bool^ Implements( Type^ type )
Type Parameters
- T
Parameters
- type
- Type: Type
The type.