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> 的型別。

適用於