Summary
Retrieves a list of arguments which can be passed to the specified parameter.
- Namespace
- TCLite
.Interfaces - Containing Type
- I
Parameter Data Provider
Syntax
IEnumerable GetDataFor(ParameterInfo parameter)
Parameters
| Name | Type | Description |
|---|---|---|
| parameter | ParameterInfo | The parameter of a parameterized test. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
