ITree<TKey,TValue>.end(ContainerBidirectionalIterator<TValue>) 方法
定义
指定受控序列的末尾。Designates the end of the controlled sequence.
public:
void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % );
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> );
abstract member end : ContainerBidirectionalIterator -> unit
Public Function end (ByRef As ContainerBidirectionalIterator(Of TValue)) As Void
参数
注解
有关详细信息,请参阅 哈希 _ 映射:: END (STL/clr) , hash _ 多重映射:: end (stl/clr) , 哈希 _ 集:: end (stl/clr) 和 哈希 _ 多重集:: end (stl/clr) 。For more information, see hash_map::end (STL/CLR), hash_multimap::end (STL/CLR), hash_set::end (STL/CLR), and hash_multiset::end (STL/CLR).