Topic CollectionSet 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 SetItem(
int index,
Topic item
)VB
Protected Overrides Sub SetItem (
index As Integer,
item As Topic
)C++
protected:
virtual void SetItem(
int index,
Topic^ item
) overrideF#
abstract SetItem :
index : int *
item : Topic -> unit
override SetItem :
index : int *
item : Topic -> unit Parameters
Exceptions
| ArgumentOutOfRangeException | index is less than zero. -or- index is greater than Count. |