Methods
-
Get
Matching static Finds a constructor with the matching type parameters.Constructor(Type, Type[]) -
Is
Assignable static Determines whether this type is assignable to T.To``1(Type) -
Is
Closed static Determines whether the candidate type supports any base or interface that closes the provided generic type.Type Of(Type, Type) -
Is
In static Returns true if this type is in the namespace namespace or one of its sub-namespaces.Namespace(Type, String) -
Is
In static Returns true if this type is in the same namespace as T or one of its sub-namespaces.Namespace Of``1(Type)