Hard to say “obfuscate” here. A compiled code obfuscate what you do. Let’s change the question to “Does a Delegate hides what’s the method called from it, or not?”. Answer: Not.
When the interested party debugs your (compiled) code, he will see the indirect call, and will follow your method.
1 Like