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