[]
Represents the collection of ISlicerItem objects contained in a ISlicerCache object.
public interface ISlicerItems : IEnumerable
Gets the number of objects in the collection.
int Count { get; }
Gets the ISlicerItem with the specified index.
ISlicerItem this[int index] { get; }
index
intthe index.
Gets the ISlicerItem with the specified name.
ISlicerItem this[string name] { get; }
name
stringthe name.