ValueSourceAttribute Constructors

Definition

Overloads

ValueSourceAttribute(String)
ValueSourceAttribute(Type, String)

ValueSourceAttribute(String)

public ValueSourceAttribute (string sourceName);
new NUnit.Framework.ValueSourceAttribute : string -> NUnit.Framework.ValueSourceAttribute

Parameters

sourceName
String

Applies to

ValueSourceAttribute(Type, String)

public ValueSourceAttribute (Type sourceType, string sourceName);
new NUnit.Framework.ValueSourceAttribute : Type * string -> NUnit.Framework.ValueSourceAttribute

Parameters

sourceType
Type
sourceName
String

Applies to