I am not sure all information 100% correct. Some information getting from internet sites. Main theme of this blog is own reference....
int[] s = { 1, 2, 3, 3, 4}; int[] q = s.Distinct().ToArray();
ref: http://stackoverflow.com/questions/9673/remove-duplicates-from-array
No comments:
Post a Comment