[]
Gets the ISlicer with the specified index.
ISlicer this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISlicer
| Type | Name | Description |
|---|---|---|
| int | index | the index. |
Gets the ISlicer with the specified name.
ISlicer this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISlicer
| Type | Name | Description |
|---|---|---|
| string | name | the name. |