TopicCollectionInsertItem Method

This is overridden to set the inserted item's parent to this collection

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
protected override void InsertItem(
	int index,
	Topic item
)

Parameters

index  Int32
The zero-based index where the item is to be inserted.
item  Topic
The item to insert in the list.

See Also