Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionInsertItem Method
This is overridden to set the inserted item's parent to this collection.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override void InsertItem(
	int index,
	TocEntry item
)

Parameters

index
Type: SystemInt32
The zero-based index where the item is to be inserted.
item
Type: SandcastleBuilder.Utils.ConceptualContentTocEntry
The item to insert in the list.
See Also