Table of Contents

Method Format

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

Format(IEnumerable<IVimSourceItemBase>, BuilderQuery)

Formats to SingleTextContent from the collection of IVimSourceItemBase.

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

Parameters

items IEnumerable<IVimSourceItemBase>

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