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

Inheritance: Attribute
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
TestOrderAttribute ( int order )

Initializes a TestOrderAttribute object.

Method Details

TestOrderAttribute() public méthode

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.