Differences between generics in the .NET Compact Framework and in the full .NET Framework. Differences between generics in .NET CF and full .Net Framework:
- .NET CF does not support Expansive generic recursion through fields - .Net CF does not validate constraints for normal execution in absence of a verifier. - .NET CF supports use of maximum up to 8 generic parameters - .Net CF provides limited reflection support for generic types and methods.
|