P
Plausible Indirection
I'm looking for some object built into the .Net framework that
implements the concept of sets. The required principle
characteristics are that the elements are unordered and that
duplicates are not allowed. It would be nice if it could be
contrained on some given type, but that type could be as generic as
object.
Is there such a thing?
Thanks,
Chris
implements the concept of sets. The required principle
characteristics are that the elements are unordered and that
duplicates are not allowed. It would be nice if it could be
contrained on some given type, but that type could be as generic as
object.
Is there such a thing?
Thanks,
Chris