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

NUnit.Framework.DatapointsAttribute

Marks a field, property or method as providing a set of datapoints for use in executing any theories within the same fixture that require an argument of the provided Type. The data source may provide an array of the required Type or an IEnumerable<T>. Synonymous with DatapointSourceAttribute.
namespace NUnit.Framework { public class DatapointsAttribute : DatapointSourceAttribute { public DatapointsAttribute(); } }