CArray::ElementAt

This method retrieves a temporary reference to the specified element within the array, and implements the left-side assignment operator for arrays.

At a Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

TYPE& ElementAt( int nIndex );

See Also

CArray::operator []