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>的種類。

適用於