SequenceCollection

SequenceCollection class

表示交互式序列的集合。

public class SequenceCollection : ISequenceCollection

Properties

名称描述
Count { get; }返回集合中元素的数量 只读 Int32。
Item { get; }返回指定索引处的序列。

Methods

名称描述
Add(IShape)添加新的交互式序列。读/写 Sequence
Clear()从集合中移除所有序列。
GetEnumerator()返回遍历集合的枚举器。
Remove(ISequence)从集合中移除指定的序列。
RemoveAt(int)移除指定索引处的序列。

另见