[]
从集合中返回单个对象。
IShape this[int index] { get; }
对象的索引编号。
IShape this[string name] { get; }
对象的名称。
指定索引处的对象。