SubPathCollection

SubPathCollection class

表示 SubPaths 集合。

public sealed class SubPathCollection : ICollection<SubPath>

Properties

NameDescription
Count { get; }获取集合中实际包含的 SubPath 对象元素的数量。
Item { get; }获取指定索引处的 SubPath 元素。

Methods

NameDescription
Add(SubPath)将新的 SubPath 对象添加到集合中。
Clear()清除 SubPaths 集合。
Contains(SubPath)确定集合中是否包含某个元素。
CopyTo(SubPath[], int)将整个集合复制到一个兼容的一维数组,从目标数组的指定索引开始。
GetEnumerator()返回整个集合的枚举器。
Remove(SubPath)删除 SubPath 元素。

See Also