Binarysharp.Benchmark.BenchSharkTaskAttribute.BenchSharkTaskAttribute C# (CSharp) Метод

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

Initializes a new instance of the BenchSharkTaskAttribute class.
public BenchSharkTaskAttribute ( string name ) : System
name string The name of the task.
Результат System
        public BenchSharkTaskAttribute(string name)
        {
            Name = name;
        }
BenchSharkTaskAttribute