.net - How do I remove all objects in a List<string> on Windows Phone 7 Silverlight C#? -


how remove objects in list on windows phone 7 silverlight c# (latest sdk)?

the method mylist.removeall() not exist.

thanks.

you should able use:

mylist.clear() 

Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -