MethodDefinitionHandleCollection.Enumerator.Current プロパティ

定義

列挙子の現在位置にあるコレクション内の要素を取得します。

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

プロパティ値

MethodDefinitionHandle

コレクション内の、列挙子の現在位置にある要素。

実装

適用対象