ObjectResult<T>.ElementType 属性

定义

获取 ObjectResult<T> 的类型。

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

属性值

一个 Type,它是 ObjectResult<T> 的类型。

适用于