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) 。