An NDoc Documented Class Library

PathList.RemoveAt Method 

Removes the element at the specified index of the PathList.

public virtual void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the element to remove.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

PathList Class | PathList Members | Genghis Namespace