共用方式為


ValueSourceAttribute 建構函式

定義

多載

ValueSourceAttribute(String)

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

參數

sourceName
String

適用於

ValueSourceAttribute(Type, String)

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

參數

sourceType
Type
sourceName
String

適用於