Table of Contents

Interface IWithColor<TBuilder, TArgument>

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

The with color interface

public interface IWithColor<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

WithColor(TArgument)

Adds the color using the specified value

TBuilder WithColor(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder