Class RangeAttribute
Namespace: NUnit.Framework
Syntax
public class RangeAttribute : Attribute, _Attribute
Constructors
RangeAttribute(Int32, Int32)
Declaration
public RangeAttribute(int a, int b)
Parameters
Type | Name | Description |
---|---|---|
Int32 | a | |
Int32 | b |