C# Class ObjectPrinter.Printers.ObjectInfosPrinter

Afficher le fichier Open project: drewburlingame/ObjectPrinter Class Usage Examples

Méthodes publiques

Méthode Description
ObjectInfosPrinter ( IndentableTextWriter output, Action write ) : System
Write ( IEnumerable objToAppend ) : void

Private Methods

Méthode Description
EndChildWrapper ( ) : void
StartChildWrapper ( ) : void
WriteEmptyChildren ( ) : void

Method Details

ObjectInfosPrinter() public méthode

public ObjectInfosPrinter ( IndentableTextWriter output, Action write ) : System
output ObjectPrinter.Utilties.IndentableTextWriter
write Action
Résultat System

Write() public méthode

public Write ( IEnumerable objToAppend ) : void
objToAppend IEnumerable
Résultat void