App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class CounterMetric.SetItem

Inheritance
System.Object
CounterMetric.SetItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatters.Json
Assembly:cs.temp.dll.dll
Syntax
public sealed class SetItem

Properties

Count

Declaration
public long Count { get; set; }
Property Value
Type Description
System.Int64

Item

Declaration
public string Item { get; set; }
Property Value
Type Description
System.String

Percent

Declaration
public double Percent { get; set; }
Property Value
Type Description
System.Double
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX