I have an inline class wrapping a String, with a m...
# getting-started
a
I have an inline class wrapping a String, with a member function I’m using it directly as the class itself, and not nullable. Decompiling shows me that the wrapper has been included in the generated code. Why? Is it because it has a member function?