MethodBuilder.ReturnType Propriedade
Definição
Obtém o tipo de retorno do método representado por esse MethodBuilder.Gets the return type of the method represented by this MethodBuilder.
public:
virtual property Type ^ ReturnType { Type ^ get(); };
public override Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides ReadOnly Property ReturnType As Type
Valor da propriedade
O tipo de retorno do método.The return type of the method.
Comentários
Observação
Começando com o .NET Framework 2,0 e o .NET Compact Framework 2,0, esse membro é herdado da classe base, MethodInfo .Starting with the .NET Framework 2.0 and the .NET Compact Framework 2.0, this member is inherited from the base class, MethodInfo. Consulte MethodInfo.ReturnType.See MethodInfo.ReturnType.