AdysTech.InfluxDB.Client.Net.InfluxMeasurement.InfluxMeasurement C# (CSharp) Метод

InfluxMeasurement() публичный Метод

public InfluxMeasurement ( string name ) : System
name string
Результат System
        public InfluxMeasurement(string name)
        {
            Name = name;
            _fields = new HashSet<string>();
            _tags = new HashSet<string>();
        }