SymbolDisplayFormat: use '+' to separate nested types #67798
-
I'm writing a source generator which I need to store a string in
I need nested types to be separated by The string is generated from Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You don't need to store a string for this. You could just store stuff like an list of tuples. Where each tuple contains the name and a boolean stating if it's a namespace or type to generate. |
Beta Was this translation helpful? Give feedback.
You don't need to store a string for this. You could just store stuff like an list of tuples. Where each tuple contains the name and a boolean stating if it's a namespace or type to generate.