Table of Contents

Interface IWithName<TBuilder, TArgument>

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

Define the word "Name"

public interface IWithName<out TBuilder, in TArgument>

Type Parameters

TBuilder

The type of the builder.

TArgument

The type of the argument.

Methods

WithName(TArgument)

Withes the name.

TBuilder WithName(TArgument value)

Parameters

value TArgument

The value.

Returns

TBuilder

Return the value that you want.