[]
Represents the collection of ISlicerItem objects contained in a ISlicerCache object.
public interface ISlicerItems : IEnumerable
Public Interface ISlicerItems
Inherits IEnumerable
Name | Description |
---|---|
Count | Gets the number of objects in the collection. |
this[int] | Gets the ISlicerItem with the specified index. |
this[string] | Gets the ISlicerItem with the specified name. |