Click or drag to resize

IEnumerableExtensionsElementAt Method

Returns the element at the defined index

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Object ElementAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element

Return Value

Type: Object
The element with the specified index
See Also