[]
Gets or sets the CommonImageMap at the specified position in the collection.
public CommonImageMap this[int index] { get; set; }
Public Default Property Item(index As Integer) As CommonImageMap
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first CommonImageMap with the specified name in the collection.
public CommonImageMap this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As CommonImageMap
| Type | Name | Description |
|---|---|---|
| string | name |