Condividi tramite


Proprietà ReadOnlyMetadataCollection<T>.Enumerator.IEnumerator.Current

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene il membro alla posizione corrente

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Utilizzo
Dim instance As ReadOnlyMetadataCollection<T>.Enumerator 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Valore proprietà

Tipo: System.Object

Implements

IEnumerator.Current

Vedere anche

Riferimento

ReadOnlyMetadataCollection<T>.Enumerator Struttura

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm