C# Class Hawkeye.ComponentModel.ModuleInfoExtensions

Mostra file Open project: odalet/Hawkeye2

Public Methods

Method Description
DumpTo ( this module, StringBuilder builder ) : void
DumpTo ( this module, StringBuilder builder, int tabCount ) : void

Method Details

DumpTo() public static method

public static DumpTo ( this module, StringBuilder builder ) : void
module this
builder System.Text.StringBuilder
return void

DumpTo() public static method

public static DumpTo ( this module, StringBuilder builder, int tabCount ) : void
module this
builder System.Text.StringBuilder
tabCount int
return void