J
John
I have a collection of properties from a WMI query and I
want to recreate the collection and exclude duplicates and
then enumerate.
In VBScript I used the "Scripting.Dictionary" object and
the "exists" method to weed out the Dups. Should I use the
Idictionary in VB.NET or is there a more efficaint way?
Don't see many IDictionary examples out there.
Any help would be great. Thanks!!!
want to recreate the collection and exclude duplicates and
then enumerate.
In VBScript I used the "Scripting.Dictionary" object and
the "exists" method to weed out the Dups. Should I use the
Idictionary in VB.NET or is there a more efficaint way?
Don't see many IDictionary examples out there.
Any help would be great. Thanks!!!