Returns the item that matches the predicate or null if no such item exists.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T Find(
Predicate<T> match
)
Public Function Find (
match As Predicate(Of T)
) As T
public:
T Find(
Predicate<T>^ match
)
member Find :
match : Predicate<'T> -> 'T
Parameters
- match
- Type: SystemPredicateT
Return Value
Type:
TSee Also