ValuesAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ValuesAttribute(Object) | |
ValuesAttribute(Object[]) | |
ValuesAttribute(Object, Object) | |
ValuesAttribute(Object, Object, Object) |
ValuesAttribute(Object)
public ValuesAttribute (object arg1);
new NUnit.Framework.ValuesAttribute : obj -> NUnit.Framework.ValuesAttribute
Parameters
- arg1
- Object
Applies to
ValuesAttribute(Object[])
public ValuesAttribute (params object[] args);
new NUnit.Framework.ValuesAttribute : obj[] -> NUnit.Framework.ValuesAttribute
Parameters
- args
- Object[]