anyone used hashtable collection class yet that can help me here..
i have a dll that has a public Hashtable that holds some values of another class
code to add to the hashtable
anyone now how to loop through this collection and search for a specific .UserID?Code:UserProps clsProp = new UserProps();
clsProp.UserHandle = Handle;
clsProp.UserID = SockID;
colUsers.Add(clsProp.UserID, clsProp);
