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 자체는 형식화 된 배열의 요소 형식이 아닌 개체입니다.

적용 대상

추가 정보