C# Class System.Linq.Expressions.Tests.TestOrderAttribute

Inheritance: Attribute
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
TestOrderAttribute ( int order )

Initializes a TestOrderAttribute object.

Method Details

TestOrderAttribute() public method

Initializes a TestOrderAttribute object.
was less than zero.
public TestOrderAttribute ( int order )
order int The order of the batch in which the test must run.