Share via


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>입니다.

적용 대상