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