Table of Contents

Interface IAutoTilling<TBuilder, TArgument>

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

The auto tilling interface

public interface IAutoTilling<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

AutoTilling(TArgument)

Autoes the tilling using the specified value

TBuilder AutoTilling(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder