A.public void Show() B.public virtual void Show() C.void Show() D.virtual void Show()
A.索引器的參數(shù)必須是兩個或兩個以上 B.索引器的參數(shù)類型必須是整數(shù)型 C.索引器沒有名字 D.以上皆是
A.List<int>f=new List<int>() B.List<int>f=new List() C.List f=new List() D.List<int>f=new List<int>