IHash<TKey,TValue>.end 方法

定义

指定受控序列的末尾。

public:
 void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1);
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1);
abstract member end : ContainerBidirectionalIterator -> unit
Public Function end (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue)) As Void

参数

unnamedParam1
ContainerBidirectionalIterator<TValue>

一个双向迭代器,刚好指向受控序列的末尾之外。 用于获取指定受控序列末尾的迭代器。 当受控序列的长度发生更改时,该迭代器的状态不会更改。

注解

有关详细信息,请参阅 hash_map::end (STL/CLR) hash_multimap::end (STL/CLR) hash_set::end (STL/CLR) hash_multiset::end (STL/CLR)

适用于