VTime Zone CollectionRemove All Method
Remove all items that match the conditions defined by the specified predicate
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the number of items removed from the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int RemoveAll(
Predicate<VTimeZone> match
)VB
Public Function RemoveAll (
match As Predicate(Of VTimeZone)
) As IntegerC++
public:
int RemoveAll(
Predicate<VTimeZone^>^ match
)F#
member RemoveAll :
match : Predicate<VTimeZone> -> int Parameters
- match PredicateVTimeZone
- The PredicateT delegate that defines the conditions of the match
Return Value
Int32Returns the number of items removed from the collection