I know there is no header files concept in C#. I created a header file with some definitions and structures for c++ project.
Now I need to develop the same project using C#, In C# how can we declare the contents of that header file. I need to use those header file contents for entire project in C#.
Thanks!!