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
TBuilderTArgument
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
valueTArgument-
The value
Returns
- TBuilder
-
The builder