Avro C#
|
A singleton class containing data used by codegen More...
Public Member Functions | |
string | Mangle (string name) |
Append @ to all reserved keywords that appear on the given name More... | |
string | UnMangle (string name) |
Remove all the @ More... | |
Public Attributes | |
const string | Object = "System.Object" |
Fully-qualified name of a Object type. More... | |
Properties | |
static CodeGenUtil | Instance [get] |
Singleton instance of this class. More... | |
CodeNamespaceImport [] | NamespaceImports = new CodeGenUtil() [get] |
Namespaces to import in generated code. More... | |
CodeCommentStatement | FileComment [get] |
Comment included at the top of each generated code file. More... | |
HashSet< string > | ReservedKeywords [get] |
Reserved keywords in the C# language. More... | |
A singleton class containing data used by codegen
|
inline |
Append @ to all reserved keywords that appear on the given name
name |
|
inline |
Remove all the @
name |
const string Avro.CodeGenUtil.Object = "System.Object" |
Fully-qualified name of a Object type.
|
get |
Comment included at the top of each generated code file.
|
staticget |
Singleton instance of this class.
|
get |
Namespaces to import in generated code.
|
get |
Reserved keywords in the C# language.