开发者

how can i do empty Arraylist in immediate window in asp.net

how can i do empty Arraylist in immediate wi开发者_开发百科ndow in asp.net


EDIT: I'm making a big assumption here about your requirements, but it sounds like you want to empty an arraylist whilst debugging your ASP.NET app?

Put a breakpoint in your ASP.NET where the arraylist is accessible. Then in the immediate window:

? arraylist.Clear()

and press return.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜