ConvertBinder.ReturnType Propriedade
Definição
O tipo de resultado da operação.The result type of the operation.
public:
property Type ^ ReturnType { Type ^ get(); };
public override sealed Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides NotOverridable ReadOnly Property ReturnType As Type
Valor da propriedade
O Type objeto que representa o tipo de resultado da operação.The Type object representing the result type of the operation.