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