IHash<TKey,TValue>.begin 方法

定義

指定受控制序列的開頭。

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

參數

unnamedParam1
ContainerBidirectionalIterator<TValue>

雙向 Iterator,指定受控制序列的第一個項目,或只是超出空序列的結尾。 您要用它來取得的 Iterator 可指定受控制序列之 current 開頭,但是,如果受控制序列的長度變更,它的狀態也可以變更。

備註

如需詳細資訊,請參閱 hash_map::begin (STL/CLR) hash_multimap::begin (STL/CLR) hash_set::begin (STL/CLR) hash_multiset::begin (STL/CLR)

適用於