TypedArray.UnderlyingSystemType 속성

정의

개체의 형식을 TypedArray 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property Type ^ UnderlyingSystemType { Type ^ get(); };
public Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public ReadOnly Property UnderlyingSystemType As Type

속성 값

개체의 TypedArray 형식입니다.

구현

설명

이 속성은 형식화된 배열의 TypedArray 요소 형식이 아니라 개체 자체의 형식을 가져옵니다.

적용 대상

추가 정보