An NDoc Documented Class Library

PathList.Item Property

Gets or sets the String at the specified index.

public virtual string this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Remarks

Will not set the path at the current index with the passed in string value if that path is already found elsewhere in the collection.

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