[]
Gets the ISlicerCache object from a collection.
ISlicerCache this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISlicerCache
Type | Name | Description |
---|---|---|
int | index | The index number of the ISlicerCache object. |
Type | Description |
---|---|
ISlicerCache | The ISlicerCache object from a collection. |
Gets the ISlicerCache object 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 of the ISlicerCache object. |
Type | Description |
---|---|
ISlicerCache | The ISlicerCache object from a collection. |