L
localhost
I have a method in a class with [MyAttribute("x")] on it, and the same
method with different overloads and [MyAttribute("y")] on it.
How can my calling class, via Reflection, pick [MyAttribute("y")]
over the first one?
Thanks.
method with different overloads and [MyAttribute("y")] on it.
How can my calling class, via Reflection, pick [MyAttribute("y")]
over the first one?
Thanks.