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

Definition

Designates the end of the controlled sequence.

public:
 void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % unnamedParam1);
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);
abstract member end : ContainerRandomAccessIterator -> unit
Public Function end (ByRef unnamedParam1 As ContainerRandomAccessIterator(Of TValue)) As Void

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