Share via


MethodInfo.ReturnType Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ReturnType As Type
    Get
'Usage
Dim instance As MethodInfo
Dim value As Type

value = instance.ReturnType
public abstract Type ReturnType { get; }
public:
virtual property Type^ ReturnType {
    Type^ get () abstract;
}
abstract ReturnType : Type
abstract function get ReturnType () : Type

Property Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

MethodInfo Class

MethodInfo Members

System.Reflection.Mock Namespace