Binarysharp.Benchmark.BenchSharkTaskAttribute.BenchSharkTaskAttribute C# (CSharp) Method

BenchSharkTaskAttribute() public method

Initializes a new instance of the BenchSharkTaskAttribute class.
public BenchSharkTaskAttribute ( string name ) : System
name string The name of the task.
return System
        public BenchSharkTaskAttribute(string name)
        {
            Name = name;
        }
BenchSharkTaskAttribute