Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
The index of the path that should be removed.
See Also