Passing static parameters to a class
Posted
by koumides
on Stack Overflow
See other posts from Stack Overflow
or by koumides
Published on 2010-05-04T16:17:40Z
Indexed on
2010/05/04
16:28 UTC
Read the original article
Hit count: 210
c#
All,
As far as I know you can can't pass static parameters to a static constructor in C#. However I do have 2 static parameters I need to initialize before I create an instance of a class. How do I go about it ?
Thanks,
M
© Stack Overflow or respective owner