Funcletizer.Funcletize
So, I'm stepping through Microsoft's code using Reflector, trying to debug an "Object reference not set to an instance of an object" error and I come across this line of code...
query = Funcletizer.Funcletize(query);
query = Funcletizer.Funcletize(query);
Cracked me up.
Comments
Post a Comment