[]
Gets the ISlicerCache with the specified index.
ISlicerCache this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | the index. |
Gets the ISlicerCache with the specified name.
ISlicerCache this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | the name. |