Brunet.Simulator.Regression.NatTest.Result.Result C# (CSharp) Метод

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

public Result ( string ta_type, long time, double throughput ) : Mono.Data.Sqlite
ta_type string
time long
throughput double
Результат Mono.Data.Sqlite
      public Result(string ta_type, long time, double throughput)
      {
        TAType = ta_type;
        Time = time;
        Throughput = throughput;
      }
    }
NatTest.Result