Extensions.ICallableType(Type) Method

Definition

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

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

Parameters

t
Type

Returns

Applies to