IDeque<TValue>.at(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accesses an element at a specified position in the container.
public:
TValue % at(int _Pos);
public ref TValue at (int _Pos);
abstract member at : int -> 'Value
Public Function at (_Pos As Integer) As TValue
Parameters
- _Pos
- Int32
Position of element to access.
Returns
TValue
The element of the controlled sequence at position pos
.
Remarks
For more information, see deque::at (STL/CLR).
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.