IVector<TValue>.end(ContainerRandomAccessIterator<TValue>) Method

Definition

Designates the end of the controlled sequence.

C#
public void end(ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);

Parameters

unnamedParam1
ContainerRandomAccessIterator<TValue>

A random-access iterator that points just beyond the end of the controlled sequence. You use it to obtain an iterator that designates the current end of the controlled sequence, but its status can change if the length of the controlled sequence changes.

Remarks

For more information, see vector::end (STL/CLR).

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1