Extensions.IAdjointableType(Type) Method

Definition

Returns type of IUnitary interface implemented by a given type. If given type does not implement ICallable return null

public static Type? IAdjointableType (this Type t);
static member IAdjointableType : Type -> Type
<Extension()>
Public Function IAdjointableType (t As Type) As Type

Parameters

t
Type

Returns

Applies to