C#C
C#3y ago
Sven ☕

❔ Get full namespace name

Hey, is there a way to get the full name of a namespace?
E.g.
nameof(DiscordBarista.Function.Partnership.Events)
gives me
"Events"
but I want
"Project_Sipster.DiscordBarista.Function.Partnership.Events"
returned.
Was this page helpful?