TopicCollectionInsertItem Method
This is overridden to set the inserted item's parent to this collection
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
protected override void InsertItem(
int index,
Topic item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As Topic
)
protected:
virtual void InsertItem(
int index,
Topic^ item
) override
abstract InsertItem :
index : int *
item : Topic -> unit
override InsertItem :
index : int *
item : Topic -> unit
Parameters
- index Int32
- The zero-based index where the item is to be inserted.
- item Topic
- The item to insert in the list.