Summary
Returns the
System.Reflection.MemberInfo.DeclaringType for constructors or System.Reflection.MethodInfo.ReturnType
for regular methods or System.Reflection.FieldInfo.FieldType for fields.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- UltEventUtils
Syntax
public static Type GetReturnType(this MemberInfo member)
Parameters
| Name | Type | Description |
|---|---|---|
| member | MemberInfo |
Return Value
| Type | Description |
|---|---|
| Type |