ObjectResult.ElementType 属性

定义

在派生类中重写时,获取泛型 ObjectResult<T>的类型。

public:
 abstract property Type ^ ElementType { Type ^ get(); };
public abstract Type ElementType { get; }
member this.ElementType : Type
Public MustOverride ReadOnly Property ElementType As Type

属性值

泛型 ObjectResult<T>的类型。

适用于