We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c63da6 commit 9a92cb5Copy full SHA for 9a92cb5
src/Serilog.Sinks.TCP/Splunk.Logging/FixedSizeQueue.cs
@@ -77,6 +77,6 @@ public T Dequeue()
77
}
78
79
80
- public decimal Count { get { return _collection.Count; } }
+ public int Count { get { return _collection.Count; } }
81
82
0 commit comments