Proprietà DedDbCollectionBaseTLastItem
|
Restituisce l'ultimo elemento della collezione oppure
null se non ci sono elementi.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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à
TVedi anche