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