Sharpex2D.TestStateAttribute.TestStateAttribute C# (CSharp) Méthode

TestStateAttribute() public méthode

Initializes a new TestStateAttribute class.
public TestStateAttribute ( TestState state ) : System
state TestState The TestState.
Résultat System
        public TestStateAttribute(TestState state)
        {
            State = state;
        }
TestStateAttribute