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.2
Syntax
public void Delete(
	int index
)

Parameters

index  Int32
The index of the path that should be removed.
See Also