ISequenceCollection

ISequenceCollection interface

表示交互序列的集合。

public interface ISequenceCollection : IEnumerable<ISequence>

特性

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

方法

姓名描述
Add(IShape)添加新的交互序列。
Clear()从集合中删除所有序列。
Remove(ISequence)从集合中删除指定的序列。
RemoveAt(int)删除指定索引处的序列。

也可以看看