I have a folder of classes with different namespaces. I need to write a program to go through each class and its constructor to list its parameters.
I tried taking the classes as a text file and reading the file to match the word constructor and list down the contents after that. But instead, I'm required to not change it to a text file.