PathCollectionDelete Method |
Removes the path with the given index from the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Delete(
int index
)
Public Sub Delete (
index As Integer
)
public:
void Delete(
int index
)
member Delete :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the path that should be removed.
See Also