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

適用於