C# Класс PclUnit.Style.Nunit.ParameterDataAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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