Table of Contents

Interface IFixedRotation<TBuilder, TArgument>

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

The fixed rotation interface

public interface IFixedRotation<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

FixedRotation(TArgument)

Fixeds the rotation using the specified value

TBuilder FixedRotation(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder