ITree<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)을 참조하세요.

적용 대상