Interface IIsStatic<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
The is static interface
public interface IIsStatic<out TBuilder, in TArgument>
Type Parameters
TBuilder
TArgument
Methods
IsStatic()
Ises the static
TBuilder IsStatic()
Returns
- TBuilder
-
The builder
IsStatic(TArgument)
Ises the static using the specified value
TBuilder IsStatic(TArgument value)
Parameters
value
TArgument-
The value
Returns
- TBuilder
-
The builder