Table of Contents

Method Format

Namespace
Sccg.Builtin.Formatters
Assembly
Sccg.Builtin.dll

Format(IEnumerable<INeovimSourceItemBase>, BuilderQuery)

Formats to SingleTextContent from the collection of INeovimSourceItemBase.

protected override SingleTextContent Format(IEnumerable<INeovimSourceItemBase> items, BuilderQuery query)

Parameters

items IEnumerable<INeovimSourceItemBase>

A collection of INeovimSourceItemBase collected from all sources.

query BuilderQuery

The means of accessing other formatters, etc.

Returns

SingleTextContent

It is passed to IWriter to write some formatted content.