btb-class

SortedList`1.Item Property

get or set item at the specified index in the list

public TItem this[
   int index
] { public get; public set; }

Parameters

index
item index

Implements

IList<TItem>.Item

See Also

SortedList<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace