JSMethodInfo.ReturnType 属性

定义

获取此方法的返回值的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property Type ^ ReturnType { Type ^ get(); };
public override Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides ReadOnly Property ReturnType As Type

属性值

Type

此方法的返回值的类型。

适用于

另请参阅