Share via


MethodInfo.ReturnType Property

Gets the return type of the current method.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual abstract Type ReturnType { get; }

Property Value

The return type of the current method.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

MethodInfo Class
MethodInfo Members
System.Reflection Namespace