Interface IParameterCustomizationSource
Source of the ICustomization instances specific for the particular System.Reflection.ParameterInfo parameter. The main clients of this interface might be glue libraries which provide support for the parameter specific customizations.
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public interface IParameterCustomizationSource
Methods
| Improve this Doc View SourceGetCustomization(ParameterInfo)
Gets a customization for a parameter.
Declaration
ICustomization GetCustomization(ParameterInfo parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.ParameterInfo | parameter | The parameter for which the customization is requested. |
Returns
Type | Description |
---|---|
ICustomization |