views:

113

answers:

0

Hello,

I have this program which gets all the constructors from the mscorlib using a search function. The only problem is when I search for the constructors it will only filter ctor. This is a problem because the search is no use if it's constantly going search all files relating to ctor (which is all files). I'm displaying both the declaring type, parameters and constructor name (ctor). How could I go about getting it that it searches for the classes and displays the constructors.