Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricSampleCollection Interface
Properties Methods

In This Topic
    IMetricSampleCollection Interface Members
    In This Topic

    The following tables list the members exposed by IMetricSampleCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     PropertyThe first object in the collection  
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<IMetricSample>)
     PropertyThe last object in the collection  
     PropertyThe metric this collection of samples is related to  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IMetricSample>)
     MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<IMetricSample>)
     MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IMetricSample>)
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricSample>)
     MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IMetricSample>)
    Top
    See Also