How can I call static method using late binding
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hey folks, May be this is a stupid question I am pretty new to C#. I just wonder how can I call a static method using late binding. For example, I have a class with a private constructor and a static method. Is it possible? if yes, then how? Thanks a bunch.
-
Hey folks, May be this is a stupid question I am pretty new to C#. I just wonder how can I call a static method using late binding. For example, I have a class with a private constructor and a static method. Is it possible? if yes, then how? Thanks a bunch.