C# Class ListBuilder, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Main ( string args ) : void
SpitList ( TextWriter w, string typeName, ICodeGenerator baseCompiler, string ns ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

SpitList() public static méthode

public static SpitList ( TextWriter w, string typeName, ICodeGenerator baseCompiler, string ns ) : void
w TextWriter
typeName string
baseCompiler ICodeGenerator
ns string
Résultat void