MetadataReaderExtensions.GetEditAndContinueMapEntries(MetadataReader) 메서드

정의

EnC 지도의 항목을 열거합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::Metadata::EntityHandle> ^ GetEditAndContinueMapEntries(System::Reflection::Metadata::MetadataReader ^ reader);
public static System.Collections.Generic.IEnumerable<System.Reflection.Metadata.EntityHandle> GetEditAndContinueMapEntries (this System.Reflection.Metadata.MetadataReader reader);
static member GetEditAndContinueMapEntries : System.Reflection.Metadata.MetadataReader -> seq<System.Reflection.Metadata.EntityHandle>
<Extension()>
Public Iterator Function GetEditAndContinueMapEntries (reader As MetadataReader) As IEnumerable(Of EntityHandle)
<Extension()>
Public Function GetEditAndContinueMapEntries (reader As MetadataReader) As IEnumerable(Of EntityHandle)

매개 변수

반환

예외

reader이(가) null인 경우

적용 대상