ValueSourceAttribute.

ValueSourceAttribute(string) Constructor

Summary

Construct with the name of the factory - for use with languages that don't support params arrays.
Namespace
TCLite
Containing Type
ValueSourceAttribute

Syntax

public ValueSourceAttribute(string sourceName)

Parameters

Name Type Description
sourceName string The name of a static method, property or field that will provide data.

Return Value

Type Description
void