C# Class FreakySources.QuineGenerator

Mostra file Open project: KvanTTT/Freaky-Sources Class Usage Examples

Public Properties

Property Type Description
Newline string

Public Methods

Method Description
Generate ( string csharpCode, bool formatOutput = false ) : string
QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System

Method Details

Generate() public method

public Generate ( string csharpCode, bool formatOutput = false ) : string
csharpCode string
formatOutput bool
return string

QuineGenerator() public method

public QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System
strName string
printMethod string
kernelPattern string
minified bool
return System

Property Details

Newline public_oe static_oe property

public static string Newline
return string