C# Class SWFProcessing.SWFModeller.ABC.Code.ClassTrait

A class reference trait on an object
Inheritance: Trait, IHasSlotID
Exibir arquivo Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
ToStringModelView ( int nest, StringBuilder sb, string modifiers ) : void

Unit test method present in the debug build. Renders the object as text that can be written to a diffable output file.

Method Details

ToStringModelView() public method

Unit test method present in the debug build. Renders the object as text that can be written to a diffable output file.
public ToStringModelView ( int nest, StringBuilder sb, string modifiers ) : void
nest int The current nest level in our output
sb System.Text.StringBuilder The buffer that is accumulating output.
modifiers string
return void