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: 6.3.1
Syntax
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index to get or set.

Return Value

Type: T
The item at the specified index.

Implements

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