Persimmon


Printer<'T>

Namespace: Persimmon.Output

Constructors

ConstructorDescription
new(writer, formatter)
Signature: (writer:TextWriter * formatter:IFormatter<'T>) -> Printer<'T>

CompiledName: .ctor

new(infos)
Signature: (infos:PrinterInfo<'T> list) -> Printer<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
x.Dispose()
Signature: unit -> unit
x.Print(x)
Signature: x:'T -> unit
Fork me on GitHub