[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntryCollection

IndexEntryCollection Class

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.

Inheritance
IndexEntryCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class IndexEntryCollection : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

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.

See Also