Class TypedArray
Class TypedArray
A név: Aspose.Html Összefoglaló: Aspose.HTML.dll (25.4.0)
A TypedArray objektumok array-szerű nézetet mutatnak egy alapvető bináris adat bufferről.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
A paraméterek típusa
T
Az adatok típusa.
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Örökletes tagok
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
Ez a[int]
Megkapja vagy a T-t a meghatározott indexre helyezi.
[DOMName("item")]
public abstract T this[int index] { get; set; }
ingatlan értéke
T