Search
PathCollection Members
Constructors Properties Methods
 


Represents a strongly typed collection of Path objects.

The following tables list the members exposed by the PathCollection type.

 Public Constructors

  Name Description

PathCollection

Initializes a new instance of the PathCollection class.

 Public Properties

  Name Description

Item

Gets or sets the Path at the specified position.

 Public Methods

  Name Description

Add

Adds the specified Path to the collection.

Clear

Removes all Path elements from the PathCollection.

GetAt

Gets the Path at the specified position.

Insert

Inserts the specified Path to the PathCollection at the specified index.

Remove

Removes the specified Path element from the PathCollection.

 See Also