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