Metodo DedDbCollectionBaseTFind
             | 
          
        
        
            Restituisce l'oggetto cercato.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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 Parametri
- match  PredicateT
 - Predicato di ricerca.
 
Valore di ritorno
T
Vedi anche