Click or drag to resize
Sandcastle Help File BuilderTopicCollectionSetItem 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 SetItem(
	int index,
	Topic item
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to replace.
item
Type: SandcastleBuilder.Utils.ConceptualContentTopic
The new value for the item at the specified index. The value can be null for reference types.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero.-or-index is greater than Count.
See Also