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> 泛型类型。

适用于