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>

被制御シーケンスの最初の要素、または空のシーケンスの末尾の次の位置を指定する双方向反復子。 これを使用して被制御シーケンスの現在の先頭 (current) を指定する反復子を取得しますが、このステータスは被制御シーケンスの長さが変わると変化することがあります。

注釈

詳細については、「 hash_map::begin (STL/CLR)」hash_multimap::begin (STL/CLR)hash_set::begin (STL/CLR)および hash_multiset::begin (STL/CLR)) を参照してください。

適用対象