PortionCollection

PortionCollection class

表示部分的集合。

public sealed class PortionCollection : DomObject<Paragraph>, IPortionCollection

特性

姓名描述
Count { get; }获取集合中实际包含的元素数量。 只读Int32。
IsReadOnly { get; }获取一个值,该值指示ICollection是否为只读。 只读Boolean。
Item { get; set; }获取指定索引处的元素。

方法

姓名描述
Add(IPortion)将一个部分添加到集合的末尾。
Clear()从集合中删除所有元素。
Contains(IPortion)确定ICollection是否包含特定值。
CopyTo(IPortion[], int)将ICollection的元素复制到System。Array,从特定的Array索引开始。
GetEnumerator()返回一个遍历集合的枚举器。
IndexOf(IPortion)确定IList中特定项目的索引。
Insert(int, IPortion)将一个部分插入到集合中指定索引处。
Remove(IPortion)从ICollection中删除特定对象的第一个匹配项。
RemoveAt(int)移除集合指定索引处的元素。

也可以看看