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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user