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