ProcessQueueTItem Property
Gets or sets the element at the specified index.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
public virtual T this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As T
Get
Set
public:
virtual property T default[int index] {
T get (int index);
void set (int index, T value);
}
function get_Item(index);
function set_Item(value);
- index Int32
- The zero-based index of the element to get or set.
TThe element at the specified index.
IListTItemInt32