xtd 0.2.0
Loading...
Searching...
No Matches

◆ index_of() [1/3]

template<typename type_t >
xtd::size xtd::collections::generic::list< type_t >::index_of ( const type_t &  value) const
inlineoverridevirtualnoexcept

Determines the index of a specific item in the List.xtd::collections::generic::list <type_t>.

Parameters
valueThe object to locate in the List.
Returns
The index of value if found in the list; otherwise, xtd::collections::generic::ilist::npos.

Implements xtd::collections::generic::ilist< type_t >.