Interface IAdditionalParameterService
- Namespace
- Loehnert.TypeAndResult.Additional
- Assembly
- Loehnert.TypeAndResult.dll
Interface for a AdditionalParameterAttribute service.
public interface IAdditionalParameterService
Methods
GetParameter<T>()
Gets the additional parameter for the type T
.
IEnumerable<IAdditionalParameterDefinition> GetParameter<T>()
Returns
- IEnumerable<IAdditionalParameterDefinition>
Additional parameter definitions for the type
T
.
Type Parameters
T
Type where the parameter belong to.