LocalConstantHandleCollection.Enumerator.IEnumerator.Current 属性
定义
获取集合中位于枚举数当前位置的元素。Gets the element in the collection at the current position of the enumerator.
property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object? System.Collections.IEnumerator.Current { get; }
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
ReadOnly Property Current As Object Implements IEnumerator.Current
属性值
集合中位于枚举数当前位置的元素。The element in the collection at the current position of the enumerator.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 LocalConstantHandleCollection.Enumerator 实例被强制转换为 IEnumerator 接口时使用。It can be used only when the LocalConstantHandleCollection.Enumerator instance is cast to an IEnumerator interface.