M
myPosts
Hi all,
I am having class which is derived from collectionbase class.
I am adding some string elements to this collection.
What i want is to add support of hashing into class which i have
derived from collectionbase.
Because currently i am adding strings to my collection and at a time of
removing it is allowing me to removing only according to index and i
want to add functionality of removing through particular key which
should be unique.
Does any one have any idea about this.
Any help will be truely appreciated.
Thanks in advance.
I am having class which is derived from collectionbase class.
I am adding some string elements to this collection.
What i want is to add support of hashing into class which i have
derived from collectionbase.
Because currently i am adding strings to my collection and at a time of
removing it is allowing me to removing only according to index and i
want to add functionality of removing through particular key which
should be unique.
Does any one have any idea about this.
Any help will be truely appreciated.
Thanks in advance.