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

プロパティ値

ObjectResult<T>の型であるType

適用対象