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
Наследованные члены
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