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

컬렉션에서 열거자의 현재 위치에 있는 요소입니다.

구현

적용 대상