Interface IWith<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
Simple comment
public interface IWith<out TBuilder, in TArgument>Type Parameters
TBuilder-
the builder
TArgument-
the argument
Methods
With(TArgument)
Withes the specified value.
TBuilder With(TArgument value)Parameters
valueTArgument-
The value.
Returns
- TBuilder
-
Return that you want.