GenericExtensionsGetTypeOrUnderlying Method

Overload List

GetTypeOrUnderlying(Expression) Returns the type of the expression, or the underlying type if it's a Nullable type.
GetTypeOrUnderlying(Type) Returns type, or the underlying type if it's a Nullable type.

See Also