C# Class PclUnit.Style.Nunit.ParameterDataAttribute

Inheritance: System.Attribute
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
GetData ( ParameterInfo parameter ) : IEnumerable

Gets the data to be provided to the specified parameter

Method Details

GetData() public abstract method

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