Interface IWithModel<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
The with model interface
public interface IWithModel<out TBuilder, in TArgument>
Type Parameters
TBuilder
TArgument
Methods
WithModel(TArgument)
Adds the model using the specified value
TBuilder WithModel(TArgument value)
Parameters
value
TArgument-
The value
Returns
- TBuilder
-
The builder