![]() | CodePrinterToCode Method |
Name | Description | |
---|---|---|
![]() ![]() | ToCode(Boolean) | Prints valid C# Boolean |
![]() ![]() | ToCode(String) | Prints valid C# String escaping the things |
![]() ![]() | ToCode(Object, CodePrinterObjectToCode, Boolean, FuncType, String, String) |
Prints a valid C# for known x,
otherwise uses passed notRecognizedToCode or falls back to `ToString()`.
|
![]() ![]() | ToCode(Type, Boolean, FuncType, String, String, Boolean) | Converts the type into the proper C# representation. |