MethodInfoReturnType Property |
Gets the return type of this method.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual Type ReturnType { get; }
Return Value
Type:
TypeThe return type of this method.
See Also