Class TypedArray
Class TypedArray
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Obiekty TypedArray wykazują podobny widok na bazie binarnego bufera danych.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Rodzaj parametrów
T
Typ danych .
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Dziedziczeni członkowie
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
Tego[Int]
Uzyskuje lub ustawia T na określonym indeksie.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Wartość nieruchomości
T