Metodo DedDbCollectionBaseTFind
|
Restituisce l'oggetto cercato.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: SystemPredicateT
Predicato di ricerca.
Valore di ritorno
Tipo:
TVedi anche