public class CSharp
extends java.lang.Object
Constructor and Description |
---|
CSharp() |
Modifier and Type | Method and Description |
---|---|
static void |
emitCode(java.lang.String code)
CSharp.emitCode("goto label") causes the converter to include
the code "goto label" in the generated C# code.
|
public static void emitCode(java.lang.String code)
code
- the C# code to be emitted.Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.