Click or drag to resize

ProcessQueueTItem Property

Gets or sets the element at the specified index.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public virtual T this[
	int index
] { get; set; }
View Source

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

T
The element at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 -or- index is equal to or greater than ProcessQueueT length.
See Also