Class TypedArray
Class TypedArray
Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)
Os objetos TypedArray apresentam uma visão semelhante a um buffer de dados binários subjacente.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Tipo de Parâmetros
T
O tipo de dados.
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Membros herdados
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
Esta[Int]
Obtenha ou coloca o T no índice especificado.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Valor da propriedade
T