Selerix Developer Tools
Find Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : Find Method
The match.
Finds the specified match.
Syntax
'Declaration
 
Public Function Find( _
   ByVal match As Predicate(Of T) _
) As T
'Usage
 
Dim instance As SmartList(Of T)
Dim match As Predicate(Of T)
Dim value As T
 
value = instance.Find(match)
public T Find( 
   Predicate<T> match
)
public function Find( 
    match: Predicate
): T; 
public function Find( 
   match : Predicate
) : T;
public: T* Find( 
   Predicate<T*>* match
) 
public:
T^ Find( 
   Predicate<T^>^ match
) 

Parameters

match
The match.
See Also

Reference

SmartList<T> Class
SmartList<T> Members