SequenceCollection

SequenceCollection class

表示交互序列的集合。

public class SequenceCollection : ISequenceCollection

Properties

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

Methods

NameDescription
Add(IShape)添加新的交互序列。 读/写 Sequence
Clear()从集合中移除所有序列。
GetEnumerator()返回一个枚举器,用于遍历集合。
Remove(ISequence)从集合中移除指定的序列。
RemoveAt(int)移除指定索引处的序列。

See Also