Proprietà DedDbCollectionBaseTLastItem
|
Restituisce l'ultimo elemento della collezione oppure
null se non ci sono elementi.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public T LastItem { get; }
Public ReadOnly Property LastItem As T
Get
public:
property T LastItem {
T get ();
}
member LastItem : 'T with get
Valore della proprietà
Tipo:
TVedi anche