Using CodeDOM
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Hi All, Please let me know if how to use CodeDOM in .NET to autogenerate a Const member field with initialization.... ??? Thanks, Ramesh
-
Hi All, Please let me know if how to use CodeDOM in .NET to autogenerate a Const member field with initialization.... ??? Thanks, Ramesh
For Eg. If i have a class with a member field as follows: Private Const int ID=123; How to generate this using CodeDOM?