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

Parameters

index  Int32
The index to get or set.

Return Value

IJamItemIdList
The item at the specified index.

Implements

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