Table of Contents

Method Format

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

Format(IEnumerable<IIterm2SourceItem>, BuilderQuery)

Formats to SingleTextContent from the collection of IIterm2SourceItem.

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

Parameters

items IEnumerable<IIterm2SourceItem>

A collection of IIterm2SourceItem 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.