Class TypedArray
Class TypedArray
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
TypedArray objects present an array-like view of an underlying binary data buffer.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Type Parameters
T
The data type.
Inheritance
object ← DOMObject ← TypedArray ← TypedArray<t>
Implements
Inherited Members
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
this[int]
Gets or sets the T at the specified index.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Property Value
T </t>