Class TypedArray
Class TypedArray
nazivni prostor: Aspose.Html Sastav: Aspose.HTML.dll (25.4.0)
TypedArray objekti predstavljaju array-like pogled na osnovni binarni podatkovni buffer.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
Vrsta parametara
T
Vrsta podataka .
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
naslijeđeni članovi
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
Ovo[int]
Dobivaju ili postavljaju T na određenom indeksu.
[DOMName("item")]
public abstract T this[int index] { get; set; }
Vrijednost nekretnina
T