System.Reflection.Metadata.MethodDebugInformationHandleCollection
public struct MethodDebugInformationHandleCollection : IReadOnlyCollection<MethodDebugInformationHandle>, IEnumerable<MethodDebugInformationHandle>, IEnumerable
namespace System.Reflection.Metadata
{
public struct MethodDebugInformationHandleCollection : IReadOnlyCollection<MethodDebugInformationHandle>, IEnumerable<MethodDebugInformationHandle>, IEnumerable
{
public struct Enumerator : IEnumerator<MethodDebugInformationHandle>, IEnumerator, IDisposable
{
public MethodDebugInformationHandle Current { get; }
public bool MoveNext();
}
public int Count { get; }
public Enumerator GetEnumerator();
}
}