c# - How to skip method in step-into(F11) -
In this example, the Extentions class extention method is and I am using it in class ABC and when the step-in In this situation, extention and call other method, every time I step into the MakeString () method, can we leave it? By using method attribute ? Or in other ways?
You can use the attribute for this.
Comments
Post a Comment