Click or drag to resize

SystemShellListItemCollectionTItem Property

Get a item at the specified index. The setter currently always throws an exception.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The index to get or set.

Return Value

T
The item at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the requested operation is invalid.
See Also