Miner.System Assembly > Miner.Collections Namespace : Utilities Class |
The following tables list the members exposed by Utilities.
Name | Description | |
---|---|---|
![]() ![]() | RemoveFromList<T> | Removes all elements from a list that match the conditions specified by a given predicate. This method is thread-safe and should only be used with non-generic lists such as an System.Collections.ArrayList. For a generic list, use the RemoveAll method since it does not suffer from type-checking performance overhead. |