nested-generics Questions

4

Solved

A bit of a basic question, but one that seems to stump me, nonetheless. Given a "nested generic": IEnumerable<KeyValuePair<TKey, TValue>> Is this stating that IEnumerable can have g...
Pollen asked 10/8, 2010 at 3:2

2

Solved

I am to adding genericity to one of my projects. I love generics as this makes my code more robust, self-documented and erases all those ugly casts. However, I came across a tough case and have so...
Ostler asked 26/7, 2010 at 9:25

© 2022 - 2024 — McMap. All rights reserved.