[]
Represents a collection of IndexEntry objects. The Entries property on the RenderIndex class, and the Children property on the IndexEntry class store collections of this type.
public class IndexEntryCollection : OwnedCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the element at the specified index. |
| Name | Description |
|---|---|
| Add(IndexEntry) | Adds an IndexEntry to the current collection. |
| GetItemType() | Returns the type of items in the collection. |
| Insert(int, IndexEntry) | Inserts an IndexEntry into the current collection. |
| OnInsertComplete(int, object) | For internal use. |
| OnSetComplete(int, object, object) | For internal use. |
| Remove(IndexEntry) | Removes an IndexEntry from the current collection. |