1
votes
votes
1 answers
Unique Lists
I want to have a list that will only contain unique entries. The uniqueness will be determined by a GUID. Here is what I was thinking... [code] interface LibraryListItem { Guid Guid { set; get; } } class ...
blah blah blah is here! blah blah » Close
I want to have a list that will only contain unique entries. The uniqueness will be determined by a GUID. Here is what I was thinking... [code] interface LibraryListItem { Guid Guid { set; get; } } class ...
Got feedack? Found a bug? report it here.