Use StringBuilder in C# bindings generator

- Also fixed generation of empty summary comments when no comment should have been generated.
This commit is contained in:
Ignacio Etcheverry
2019-04-19 01:10:08 +02:00
parent 4ad255a078
commit f64aa02933
3 changed files with 348 additions and 354 deletions

View File

@ -70,6 +70,10 @@ public:
return appended_strings.size();
}
_FORCE_INLINE_ uint32_t get_string_length() const {
return string_length;
}
String as_string() const;
_FORCE_INLINE_ operator String() const {