Interface IWithTag<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
Define the word "Tag"
public interface IWithTag<out TBuilder, in TArgument>Type Parameters
TBuilder-
The type of the builder.
TArgument-
The type of the argument.
Methods
WithTag(TArgument)
Withes the tag.
TBuilder WithTag(TArgument value)Parameters
valueTArgument-
The value.
Returns
- TBuilder
-
return the object that you want.