Show / Hide Table of Contents

Interface ILayoutGenerator<TLayout>

Interface for all layout generators.

Namespace: Edgar.Legacy.Core.LayoutGenerators.Interfaces
Assembly: Edgar.dll
Syntax
public interface ILayoutGenerator<out TLayout>
Type Parameters
Name Description
TLayout

Type of the layout that is generated

Methods

GenerateLayout()

Generates a layout.

Declaration
TLayout GenerateLayout()
Returns
Type Description
TLayout
Back to top Generated by DocFX