c# - How to verify that a correct BCL method is called -
A situation arises in OP where a BCL method was preferred for its expansion method. The OP could not verify the way it was called. How do I do with Visual Studio Debugger?
Note: I know that you can press F12 or you can fire the reflector.
right-click the line in the debugger and
step in the specific menu See who will show you the full name of the method implementing
Comments
Post a Comment