Table of Contents

Interface IIsDynamic<TBuilder, TArgument>

Namespace
Alis.Core.Aspect.Fluent.Words
Assembly
Alis.dll

The is dynamic interface

public interface IIsDynamic<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

IsDynamic()

Ises the dynamic

TBuilder IsDynamic()

Returns

TBuilder

The builder

IsDynamic(TArgument)

Ises the dynamic using the specified value

TBuilder IsDynamic(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder