ReadOnlyMetadataCollection<T>.Enumerator.IEnumerator.Current プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
現在位置にあるメンバーを取得します
名前空間: System.Data.Entity.Core.Metadata.Edm
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'使用
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.
プロパティ値
型 : System.Object