프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Newline | string |
메소드 | 설명 | |
---|---|---|
Generate ( string csharpCode, bool formatOutput = false ) : string | ||
QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System |
public Generate ( string csharpCode, bool formatOutput = false ) : string | ||
csharpCode | string | |
formatOutput | bool | |
리턴 | string |
public QuineGenerator ( string strName = "s", string printMethod = "System.Console.Write", string kernelPattern = "/*@*/", bool minified = true ) : System | ||
strName | string | |
printMethod | string | |
kernelPattern | string | |
minified | bool | |
리턴 | System |