Class TypedArray

Class TypedArray

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

TypedArray objekty majú podobný pohľad na základný binárny databáter.

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

Typ parametrov

T

Typ údajov .

Inheritance

object DOMObject TypedArray TypedArray

Implements

INotifyPropertyChanged

Z dedičných č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

Toto[int]

Získať alebo nastaviť T na špecifikovanom indexe.

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

Hodnota nehnuteľnosti

T

 Slovenčina