Hi I am Working On Collection, I want To work on Generic Collection I Create A Class
Like
Public Class Abc
{
public Void HashTable<T,K> ab()
{
Hastable<int,String> a=new HasTable<int,string>();
a.Add(1,"As");
a.Add(2,"34");
a.Add(4,"344");
return a;
}
}
I want To do this Type. But this is not correct How i Do this. Plz Dont Post. Or Give me Generic HasTable Example How I stord Data in Generic HasTable.
Thanks
Neha
View Complete Post