.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
Post a Comment