MethodDebugInformationHandleCollection.Enumerator.Current 属性

定义

获取集合中位于枚举数当前位置的元素。

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

属性值

集合中位于枚举数当前位置的元素。

实现

适用于