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