Click or drag to resize

NamedElementSequenceTItem Property

Gets or sets the value at the specified index position in this sequence.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public abstract T this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the element in the collection.

Return Value

T
The item at the index position.
See Also