NodePath.Item Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Item[Int32]
Returns an element of this path.
Declaration
public string this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Index of the element to return. |
Property Value
Type | Description |
---|---|
String | An element of this path. |