Topic CollectionInsert Item 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected override void InsertItem(
int index,
Topic item
)VB
Protected Overrides Sub InsertItem (
index As Integer,
item As Topic
)C++
protected:
virtual void InsertItem(
int index,
Topic^ item
) overrideF#
abstract InsertItem :
index : int *
item : Topic -> unit
override InsertItem :
index : int *
item : Topic -> unit