AssemblyFileHandleCollection.Enumerator.Current 属性

定义

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

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

属性值

AssemblyFileHandle

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

实现

适用于