Axiom.Core.TimingMeter.TimingMeter C# (CSharp) Метод

TimingMeter() приватный Метод

private TimingMeter ( string title, string category, short meterId ) : System
title string
category string
meterId short
Результат System
		internal TimingMeter( string title, string category, short meterId )
		{
			this.title = title;
			this.category = category;
			this.meterId = meterId;
			this.enabled = true;
			this.accumulate = false;
		}