IHash<TKey,TValue>.begin Metoda

Definice

Určuje začátek řízené sekvence.

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

Parametry

unnamedParam1
ContainerBidirectionalIterator<TValue>

Obousměrný iterátor, který určuje první prvek řízené sekvence nebo těsně za koncem prázdné sekvence. Použijete ho k získání iterátoru, který určí current začátek řízené sekvence, ale jeho stav se může změnit, pokud se změní délka řízené sekvence.

Poznámky

Další informace najdete v tématech hash_map::begin (STL/CLR),hash_multimap::begin (STL/CLR),hash_set::begin (STL/CLR) a hash_multiset::begin (STL/CLR).

Platí pro