Click or drag to resize
MethodInfoReturnType Property
Gets the return type of this method.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Type ReturnType { get; }

Return Value

Type: Type
The return type of this method.
See Also