C# Class Binarysharp.Benchmark.BenchSharkTaskAttribute

Inheritance: System.Attribute
Show file Open project: ZenLulz/BenchShark

Public Methods

Method Description
BenchSharkTaskAttribute ( string name ) : System

Initializes a new instance of the BenchSharkTaskAttribute class.

Method Details

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