MetadataReaderExtensions.GetEditAndContinueLogEntries(MetadataReader) Method

Definition

Enumerates entries of EnC log.

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

Parameters

Returns

Exceptions

reader is null.

Applies to