Summary
Construct with a Type and name - for use with languages
that don't support params arrays.
- Namespace
- TCLite
- Containing Type
- ValueSourceAttribute
Syntax
public ValueSourceAttribute(Type sourceType, string sourceName)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceType | Type | The Type that will provide data |
| sourceName | string | The name of a static method, property or field that will provide data. |
Return Value
| Type | Description |
|---|---|
| void |
