다음을 통해 공유


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

적용 대상