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

적용 대상