IHash<TKey,TValue>.end 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定受控序列的末尾。
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) 。