J
Jon
Hello all.
I have a method that accepts a parameter, but this
parameter can potentially be of any type (string, int,
etc). What would be there best way to implement this? Have
an Overloading method for each type?
Thanks all,
Jon.
P.S I'm using C#
I have a method that accepts a parameter, but this
parameter can potentially be of any type (string, int,
etc). What would be there best way to implement this? Have
an Overloading method for each type?
Thanks all,
Jon.
P.S I'm using C#