Class TypedArray

Class TypedArray

Il nome: Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)

Gli oggetti TypedArray presentano una visione array-like di un buffer di dati binari di base.

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

Tipo di parametri

T

Il tipo di dati.

Inheritance

object DOMObject TypedArray TypedArray

Implements

INotifyPropertyChanged

I membri ereditari

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

Questo[int]

Riceve o mette il T all’indice specificato.

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

Valore di proprietà

T

 Italiano