VTimeZoneCollectionRemoveAll Method
Remove all items that match the conditions defined by the specified predicate
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public int RemoveAll(
Predicate<VTimeZone> match
)
Public Function RemoveAll (
match As Predicate(Of VTimeZone)
) As Integer
public:
int RemoveAll(
Predicate<VTimeZone^>^ match
)
member RemoveAll :
match : Predicate<VTimeZone> -> int
- match PredicateVTimeZone
- The PredicateT delegate that defines the conditions of the match
Int32Returns the number of items removed from the collection