recls C# mapping

DirectoryParts.Item Property

Accesses a directory part.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

Parameters

index
The index of the directory part to retrieve

Property Value

Accesses a directory part

Remarks

Throws an IndexOutOfRangeException if index is not within the valid range, as indicated by Count.

See Also

DirectoryParts Class | recls Namespace