InterfaceImplementationHandleCollection.Enumerator.Current 属性

定义

获取集合中位于枚举数当前位置的元素。Gets the element in the collection at the current position of the enumerator.

public:
 property System::Reflection::Metadata::InterfaceImplementationHandle Current { System::Reflection::Metadata::InterfaceImplementationHandle get(); };
public System.Reflection.Metadata.InterfaceImplementationHandle Current { get; }
member this.Current : System.Reflection.Metadata.InterfaceImplementationHandle
Public ReadOnly Property Current As InterfaceImplementationHandle

属性值

InterfaceImplementationHandle

集合中位于枚举数当前位置的元素。The element in the collection at the current position of the enumerator.

实现

适用于