Class TypedArray

Class TypedArray

Název místa: Aspose.Html Sbírka: Aspose.HTML.dll (25.4.0)

TypedArray objekty mají podobný pohled na základní binární datový buffer.

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

Typy parametrů

T

Tyto typy údaj.

Inheritance

object DOMObject TypedArray TypedArray

Implements

INotifyPropertyChanged

Dědiční členové

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

Tohle[Int]

Obdržíte nebo nastavte T na specifikovaném indexu.

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

Hodnota nemovitosti

T

 Čeština