ImportScopeCollection.Enumerator.Current 属性

定义

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

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

属性值

ImportScopeHandle

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

实现

适用于