[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Removes all elements from the List that match the conditions defined by the specified predicate. Namespace: System.Collections.Generic Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Parameters list Type: System.Collections.Generic..::..List<(Of <(<'T>)>)> The List to remove the elements from. match Type: System..::..Func<(Of <(<'T, Boolean>)>)> The Predicate delegate that defines the conditions of the elements to remove.
T The type of elements held by the List. Return Value Type: Int32 Usage Note In Visual Basic and C#, you can call this method as an instance method on any object of type List<(Of <(<'T>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
GenericCollectionsExtensions Class GenericCollectionsExtensions Members System.Collections.Generic Namespace |