Nest hashtables:
myHashCh1.Add("example1","
myHashCh1.Add("example2","
myHashCh1.Add("example3","
myHashCh1.Add("example4","
myHashCh2.Add("example1","
myHashCh2.Add("example2","
myHashCh2.Add("example3","
myHashCh2.Add("example4","
myHashCh2.Add("example5","
myHash.Add("~Chapter1-", myHashCh1);
myHash.Add("~Chapter2-", myHashCh2);
Main Topics
Browse All Topics





by: dfiala13Posted on 2004-04-14 at 19:04:53ID: 10829467
Afraid you have to loop..
y") == 0)
IDictionaryEnumerator en = myHash.GetEnumerator();
while ( en.MoveNext() )
{
string sKey = (string)en.Key;
if(sKey.IndexOf("partialke
myHash.Remove(sKey);
}