Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..ElementAt Method

Returns the AValue element at a specified index in a sequence.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public AValue ElementAt(
	int index
)

Parameters

index
Type: Int32
The zero-based index of the element to retrieve.

Return Value

AValue.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException index is less than 0 or greater than or equal to the number of elements in source.
InvalidOperationException AValue is not a CDT