C# Class PclUnit.Style.Nunit.ParameterDataAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
GetData ( ParameterInfo parameter ) : IEnumerable

Gets the data to be provided to the specified parameter

Method Details

GetData() public abstract méthode

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