MethodBuilder.ReturnType Свойство
Определение
Возвращает тип возвращаемого значения метода, представленный этим 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
Значение свойства
Тип возвращаемых данных метода.The return type of the method.
Комментарии
Примечание
Начиная с .NET Framework 2,0 и .NET Compact Framework 2,0, этот член наследуется от базового класса MethodInfo .Starting with the .NET Framework 2.0 and the .NET Compact Framework 2.0, this member is inherited from the base class, MethodInfo. См. раздел MethodInfo.ReturnType.See MethodInfo.ReturnType.