Class NodeList
Class NodeList
名称: Aspose.Html.Collections 编辑: Aspose.HTML.dll (25.4.0)
NodeList 提供订单集合的抽象,而不会定义或限制该集合的实施方式。
[DOMObject]
[DOMName("NodeList")]
[ComVisible(true)]
public abstract class NodeList : DOMObject, INotifyPropertyChanged, IEnumerable<node>, IEnumerable
Inheritance
Implements
INotifyPropertyChanged
,
IEnumerable
继承人
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
NodeList()
protected NodeList()
Properties
Length
列表中的节点数量。
[DOMName("length")]
public abstract int Length { get; }
财产价值
这个[因特]
如果指数大于或等于列表中的节点数量,则返回零。
[DOMName("item")]
public abstract Node this[int index] { get; }
财产价值
Methods
GetEnumerator()
返回通过收藏的列表。
public abstract IEnumerator<node> GetEnumerator()
Returns
IEnumerator < Node >
一个 System.Collections.Generic.IEnumerator`1 可以用来通过收藏进行 iterate。
GetPlatformType()
此方法用于获取 ECMAScript 对象 System.Type。
public override Type GetPlatformType()
Returns
ECMAScript 对象 System.Type。