[]
Returns a single object from a collection.
IShape this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IShape
Returns a single object from a collection.
IShape this[string name] { get; }
ReadOnly Default Property Item(name As String) As IShape