EventDefinitionHandleCollection.Enumerator 结构
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public: value class EventDefinitionHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::EventDefinitionHandle>
C#
public struct EventDefinitionHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.EventDefinitionHandle>
type EventDefinitionHandleCollection.Enumerator = struct
interface IEnumerator<EventDefinitionHandle>
interface IEnumerator
interface IDisposable
type EventDefinitionHandleCollection.Enumerator = struct
interface IEnumerator<EventDefinitionHandle>
interface IDisposable
interface IEnumerator
Public Structure EventDefinitionHandleCollection.Enumerator
Implements IEnumerator(Of EventDefinitionHandle)
- 继承
- 实现
Current |
获取集合中位于枚举数当前位置的元素。 |
Move |
将枚举数推进到集合的下一个元素。 |
IDisposable. |
执行与释放或重置非托管资源关联的应用程序定义的任务。 |
IEnumerator. |
获取集合中位于枚举数当前位置的元素。 |
IEnumerator. |
将枚举数设置为其初始位置,该位置位于集合中第一个元素之前。 |
产品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |