SubPathCollection

SubPathCollection class

Represents SubPaths collection.

public sealed class SubPathCollection : ICollection<SubPath>

Properties

NameDescription
Count { get; }Gets the number of SubPath object elements actually contained in the collection.
Item { get; }Gets the SubPath element at the specified index.

Methods

NameDescription
Add(SubPath)Adds new SubPath object to the collection.
Clear()Clears SubPaths collection.
Contains(SubPath)Determines whether an element is in the collection.
CopyTo(SubPath[], int)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
GetEnumerator()Returns an enumerator for the entire collection.
Remove(SubPath)Deletes the SubPath element.

See Also