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