ProcessQueueTItem Property
Gets or sets the element at the specified index.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.138 -- Release Build+45b5271a2dafa59bb75ccbb6019faabf2c5f392a
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