UltEventUtils.

GetReturnType(MethodBase) Method

Summary

Returns the System.Reflection.MemberInfo.DeclaringType for constructors or System.Reflection.MethodInfo.ReturnType for regular methods.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UltEventUtils

Syntax

public static Type GetReturnType(this MethodBase method)

Parameters

Name Type Description
method MethodBase

Return Value

Type Description
Type