单项选择题

A.list.Remove("C#高级编程");
B.list.Remove(2)
C.string goods=list[1]
D.string goods=list["C#高级编程"]