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