Class TypedArray
Class TypedArray
名称: Aspose.Html セットアップ: Aspose.HTML.dll (25.5.0)
TypedArray オブジェクトは、ベースのバイナリーデータバッファーの順序似の視点を示しています。
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public abstract class TypedArray<t> : TypedArray, INotifyPropertyChanged where T : struct
タイプパラメーター
T
データタイプです。
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
相続人
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
この[インタ]
指定指数に T を取得または設定します。
[DOMName("item")]
public abstract T this[int index] { get; set; }
不動産価値
T