ITree<TKey,TValue>.equal_range(GenericPair<ContainerBidirectionalIterator<TValue>,ContainerBidirectionalIterator<TValue>>, TKey) Método

Definição

Localiza o intervalo que corresponde a uma chave especificada.Finds the range that matches a specified key.

public:
 void ^ equal_range(Microsoft::VisualC::StlClr::GenericPair<Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^, Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^> ^ % , TKey _Keyval);
public void equal_range (ref Microsoft.VisualC.StlClr.GenericPair<Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>,Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>> , TKey _Keyval);
abstract member equal_range : GenericPair * 'Key -> unit
Public Function equal_range (ByRef  As GenericPair(Of ContainerBidirectionalIterator(Of TValue), ContainerBidirectionalIterator(Of TValue)), _Keyval As TKey) As Void

Parâmetros

_Keyval
TKey

O valor de chave pelo qual pesquisar.The key value for which to search.

Comentários

Para obter mais informações, consulte _ hash map:: EQUAL_RANGE (STL/CLR), hash _ MULTIMAP:: equal_range (STL/CLR), conjunto de hash _ :: equal_range (STL/CLR)e hash _ multiconjunto:: equal_range (STL/CLR).For more information, see hash_map::equal_range (STL/CLR), hash_multimap::equal_range (STL/CLR), hash_set::equal_range (STL/CLR), and hash_multiset::equal_range (STL/CLR).

Aplica-se a