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