IHash<TKey,TValue>.find Method

Definition

Finds an element that matches a specified key.

C#
public void find(ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);

Parameters

unnamedParam1
ContainerBidirectionalIterator<TValue>

An iterator that designates one of the found elements; or end(ContainerBidirectionalIterator<TValue>) if no element is found.

_Keyval
TKey

The key value for which to search.

Remarks

For more information, see hash_map::find (STL/CLR), hash_multimap::find (STL/CLR), hash_set::find (STL/CLR), and hash_multiset::find (STL/CLR).

Applies to

Produkt Verzie
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1