Re: The Set Class in C++ and Java



There is no equivalent in C# for the Java Set class, unfortunately. I did,
however, come across an excellent implementation of a Set class here:
http://www.devhood.com/tools/tool_details.aspx?tool_id=174

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

A watched clock never boils.

"coosa" <coosa76@xxxxxxxxx> wrote in message
news:1159702414.112222.83780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dear all,

I'm familiar with the Set Class in C++ and Java; however, i have been
searching in C# for a similar container as in c++ or collection as in
java, but couldn't find one.
Could some one tell me about the the Set implementation inside .NET?

Best regards



.



Relevant Pages

  • Re: The Set Class in C++ and Java
    ... Kevin Spencer wrote: ... The text "Set.cs" is the hyperlink to download the code. ... I'm familiar with the Set Class in C++ and Java; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: The Set Class in C++ and Java
    ... I am able to download the file. ... Kevin Spencer wrote: ... I'm familiar with the Set Class in C++ and Java; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Sets
    ... C++, C#, Visual Basic .NET, and Java don't provide inherent language ... your own set class with the appropriate methods, properties, and logic. ... if the Delphi set construct does not satisfy your ...
    (alt.comp.lang.borland-delphi)
  • The Set Class in C++ and Java
    ... I'm familiar with the Set Class in C++ and Java; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: The Set Class in C++ and Java
    ... Kevin Spencer wrote: ... A watched clock never boils. ... I'm familiar with the Set Class in C++ and Java; ...
    (microsoft.public.dotnet.languages.csharp)

Loading