Click or drag to resize

SystemShellListItemCollection<T>.Item 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.1
Syntax
public T this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The index to get or set.

Return Value

Type: T
The item at the specified index.

Implements

IList<T>.Item[Int32]
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the requested operation is invalid.
See Also