摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { B<string> b = new B<string&g... 阅读全文
posted @ 2009-05-30 12:34 kiminozo 阅读(476) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace SimpleVariance{ class Animal { } class Cat: Animal { } class Program { // To understand what the new CoVar... 阅读全文
posted @ 2009-05-30 12:15 kiminozo 阅读(649) 评论(0) 推荐(0) 编辑