C# Class PclUnit.Style.Xunit.TraitAttribute

Inheritance: System.Attribute
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
TraitAttribute ( string name, string value ) : System

Creates a new instance of the TraitAttribute class.

Method Details

TraitAttribute() public method

Creates a new instance of the TraitAttribute class.
public TraitAttribute ( string name, string value ) : System
name string The trait name
value string The trait value
return System