CodeClass.PrintCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PrintCode() | |
| PrintCode(CodeWriter) |
PrintCode()
public:
System::String ^ PrintCode();
public string PrintCode ();
member this.PrintCode : unit -> string
Public Function PrintCode () As String
Returns
Applies to
PrintCode(CodeWriter)
public:
void PrintCode(Mono::CodeGeneration::CodeWriter ^ cw);
public void PrintCode (Mono.CodeGeneration.CodeWriter cw);
member this.PrintCode : Mono.CodeGeneration.CodeWriter -> unit
Public Sub PrintCode (cw As CodeWriter)
Parameters
- cw
- CodeWriter