VTimeZoneCollection.FindLast Method
Search the collection for the last item that matches the conditions in the specified predicate
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VTimeZone FindLast(
Predicate<VTimeZone> match
)
Public Function FindLast (
match As Predicate(Of VTimeZone)
) As VTimeZone
public:
VTimeZone^ FindLast(
Predicate<VTimeZone^>^ match
)
member FindLast :
match : Predicate<VTimeZone> -> VTimeZone
- match Predicate<VTimeZone>
- The Predicate<T> delegate that defines the conditions of the match
VTimeZoneThe last item found that matches the conditions or the default value for type T if nothing
is found.