<PackageReference Include="NUnit" Version="4.4.0" />

ValueSourceAttribute

public string SourceName { get; }

public Type SourceType { get; }

public ValueSourceAttribute(string sourceName)

Construct with the name of the factory - for use with languages that don't support params arrays.

public ValueSourceAttribute(Type sourceType, string sourceName)

Construct with a Type and name - for use with languages that don't support params arrays.

Retrieves a list of arguments which can be passed to the specified parameter.