Extensions.IUnitatryType(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? IUnitatryType (this Type t);
static member IUnitatryType : Type -> Type
<Extension()>
Public Function IUnitatryType (t As Type) As Type

Parameters

t
Type

Returns

Applies to