JamBaseShellListViewShellListViewSelectedItemCollectionTItem Property (Int32) |
Gets the item at the specified index within the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T default[int index] {
T get (int index);
}
member Item : 'T with get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
TThe Item.
See Also