Table of Contents

Method Write

Namespace
Sccg.Builtin.Writers
Assembly
Sccg.Builtin.dll

Write(IEnumerable<IContent>, BuilderQuery)

Writes the specified content.

public void Write(IEnumerable<IContent> contents, BuilderQuery _)

Parameters

contents IEnumerable<IContent>

A collection of IContent collected from all formatters.

_ BuilderQuery