I have a requirement to get the contents of every method in a cs file into a string. What I am looking for is when you have an input of a cs file, a dictionary is returned w
after you find the function headers, count the number of braces until you find the end of the function.