{
static void
{
integercollection intcollection = new integercollection();
// the following line would generate a compiler error.
//stack<int> integerstack = new stack<int>(intcollection);
genericintegercollection genericintcollection =
new genericintegercollection();