D
David Krmpotic
Hello,
I want to find all the objects of some type that are currently in memory.
So it is somehow reverse from GetType().
I want to do this:
foreach(MyObject o in AllTheObjectsOfGivenType(typeof(MyObject))
{
...
}
Any suggestions please? Thank you!
David
I want to find all the objects of some type that are currently in memory.
So it is somehow reverse from GetType().
I want to do this:
foreach(MyObject o in AllTheObjectsOfGivenType(typeof(MyObject))
{
...
}
Any suggestions please? Thank you!
David