Click or drag to resize

JamItemIdListCollectionItem 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 IJamItemIdList this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index to get or set.

Return Value

Type: IJamItemIdList
The item at the specified index.

Implements

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