Filter
Filter
Filter list elements by specified condition.
Returns: Filtered list.
Filter(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 filter the specified list. |