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