TopicCollectionSetItem Method

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

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
protected override void SetItem(
	int index,
	Topic item
)

Parameters

index  Int32
The zero-based index of the item to replace.
item  Topic
The new value for the item at the specified index. The value can be for reference types.

Exceptions

ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than Count.

See Also