Class TypedArray
Class TypedArray
名称: Aspose.Html 编辑: Aspose.HTML.dll (25.4.0)
TypedArray 对象显示一个基于二进制数据库的序列类似视图。
[DOMObject]
[ComVisible(true)]
[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