Is there a way to separate a C# class into a header that contains the class definition and then an actual .cs file that contains the implementation? I suppose one can do this by creating an interface, but that doesn't seem right. I just want a file where I can just see the class design, and not all the detail. It's easy enough to do in C++, but I haven't seen it done with C#.
Thanks in advance.
That's a wrong approach. C# isn't C++. Forget about header files.
If you want the class summary, just open the Object Browser in Visual Studio. It will give you the signature of all the methods within your classes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With