Class TypedArray

Class TypedArray

이름 공간 : Aspose.Html 구성: Aspose.HTML.dll (25.4.0)

TypedArray 개체는 기초 바이너리 데이터 버퍼의 순서와 유사한 전망을 제공합니다.

[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct

파라미터 유형

T

데이터 유형 입니다.

Inheritance

object DOMObject TypedArray TypedArray

Implements

INotifyPropertyChanged

상속 회원들

TypedArray.Buffer , TypedArray.ByteLength , TypedArray.ByteOffset , TypedArray.Length , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

이것이[이트]

지정된 지표에서 T를 얻거나 설정합니다.

[DOMName("item")]
public abstract T this[int index] { get; set; }

부동산 가치

T

 한국어