A singleton class containing data used by codegen
More...
|
string | Mangle (string name) |
| Append @ to all reserved keywords that appear on the given name More...
|
|
string | UnMangle (string name) |
| Remove all the @ More...
|
|
|
const string | Object = "System.Object" |
|
A singleton class containing data used by codegen
Definition at line 29 of file CodeGenUtil.cs.
◆ Mangle()
string Avro.CodeGenUtil.Mangle |
( |
string |
name | ) |
|
|
inline |
Append @ to all reserved keywords that appear on the given name
- Parameters
-
- Returns
Definition at line 76 of file CodeGenUtil.cs.
◆ UnMangle()
string Avro.CodeGenUtil.UnMangle |
( |
string |
name | ) |
|
|
inline |
Remove all the @
- Parameters
-
- Returns
Definition at line 96 of file CodeGenUtil.cs.
◆ Object
const string Avro.CodeGenUtil.Object = "System.Object" |
◆ FileComment
CodeCommentStatement Avro.CodeGenUtil.FileComment |
|
get |
◆ Instance
◆ NamespaceImports
CodeNamespaceImport [] Avro.CodeGenUtil.NamespaceImports |
|
get |
◆ ReservedKeywords
HashSet<string> Avro.CodeGenUtil.ReservedKeywords |
|
get |
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Avro/src/apache/main/CodeGen/CodeGenUtil.cs