C# 클래스 PclUnit.Style.Nunit.ParameterDataAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
GetData ( ParameterInfo parameter ) : IEnumerable

Gets the data to be provided to the specified parameter

메소드 상세

GetData() 공개 추상적인 메소드

Gets the data to be provided to the specified parameter
public abstract GetData ( ParameterInfo parameter ) : IEnumerable
parameter System.Reflection.ParameterInfo
리턴 IEnumerable