System.Diagnostics.Metrics.IObjectSequence
interface IObjectSequence
namespace System.Diagnostics.Metrics
{
internal interface IObjectSequence
{
object this[int i] { get; set; }
}
}