Click or drag to resize

JamBaseShellListViewShellListViewItemCollectionTItem Property (Int32)

Gets the item at the specified index within the collection.

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

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
The Item.
See Also