Find
Find
Find first occurrence of an list element which satisfy specified condition.
Returns: List element or null.
Find(const System::SharedPtr< System::Collections::Generic::IList< T >> & list, const System::SharedPtr< ICondition < T >> & cond)
| Parameter | Description |
|---|---|
| list | A list to process. |
| cond | Condition used to find an element in the specified list. |