Hellow, Is there a way to get all types used inside C# method ie:
public int foo(string str)
{
Bar bar = new Bar();
string x = "test";
TEST t = bar.GetTEST();
}
would return: Bar, string and TEST.
--
--
mono-cecil
Hellow, Is there a way to get all types used inside C# method ie:
public int foo(string str)
{
Bar bar = new Bar();
string x = "test";
TEST t = bar.GetTEST();
}
would return: Bar, string and TEST.
--
--
mono-cecil