C# Class Sharpex2D.TestStateAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
TestStateAttribute ( TestState state ) : System

Initializes a new TestStateAttribute class.

Method Details

TestStateAttribute() public method

Initializes a new TestStateAttribute class.
public TestStateAttribute ( TestState state ) : System
state TestState The TestState.
return System