ValueSourceAttribute 构造函数

定义

重载

ValueSourceAttribute(String)
ValueSourceAttribute(Type, String)

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

适用于