Binarysharp.Benchmark.BenchSharkTaskAttribute.BenchSharkTaskAttribute C# (CSharp) Méthode

BenchSharkTaskAttribute() public méthode

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