Class TypedArray
Class TypedArray
Le nom : Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)
Les objets TypedArray présentent une vue d’ordre sur un buffer de données binaires fondamentaux.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Tipo di parametri
T
Le type de données.
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
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
Ceci[int]
Obtenez ou placez le T sur l’indice spécifié.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Valore di proprietà
T