Class TypedArray
Class TypedArray
Nama dari : Aspose.Html Pengumpulan: Aspose.HTML.dll (25.4.0)
Objek TypedArray menampilkan pandangan yang mirip array dari buffer data biner yang mendasari.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Jenis Parameter
T
Jenis data tersebut.
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
anggota yang diwarisi
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
ini[int]
Dapatkan atau menetapkan T pada indeks yang ditentukan.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Nilai Properti
T