ITree<TKey,TValue>.find Метод

Определение

Определяет элемент, соответствующий указанному ключу.

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

Параметры

unnamedParam1
ContainerBidirectionalIterator<TValue>

Итератор, который задает один из найденных элементов или элемент end(ContainerBidirectionalIterator<TValue>), если таковой не найден.

_Keyval
TKey

Значение ключа, по которому выполняется поиск.

Комментарии

Дополнительные сведения см. в разделах hash_map::find (STL/CLR),hash_multimap::find (STL/CLR),hash_set::find (STL/CLR) и hash_multiset::find (STL/CLR).

Применяется к