Table of Contents

Interface IRelativePosition<TBuilder, TArgument>

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

The relative position interface

public interface IRelativePosition<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

RelativePosition(TArgument, TArgument)

Relatives the position using the specified x

TBuilder RelativePosition(TArgument x, TArgument y)

Parameters

x TArgument

The

y TArgument

The

Returns

TBuilder

The builder