ITree<TKey,TValue>.begin メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
被制御シーケンスの先頭を指定します。
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)」を参照してください。