IHash<TKey,TValue>.end Method

Definition

Designates the end of the controlled sequence.

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

Parameters

unnamedParam1
ContainerBidirectionalIterator<TValue>

A bidirectional iterator that points just beyond the end of the controlled sequence. You use it to obtain an iterator that designates the end of the controlled sequence. Its status does not change when the length of the controlled sequence changes.

Remarks

For more information, see hash_map::end (STL/CLR), hash_multimap::end (STL/CLR), hash_set::end (STL/CLR), and hash_multiset::end (STL/CLR).

Applies to