[]
Returns a single object from a collection.
IShape this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | Required int. The index number for the object. |
Returns a single object from a collection.
IShape this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | Required string. The name for the object. |