blah blah blah is here! blah blah » Close

1
votes
1 answers

Unique Lists

eeboy
353

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 ...

Feedback