Inserts a resource to the collection at the specified index and sets it as owned by this ResourceCollection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected override void InsertItem(
	int index,
	Entity entity
)
Visual Basic (Declaration)
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	entity As Entity _
)

Parameters

index
Type: System..::.Int32
The zero-based index at which the resource should be inserted.
entity
Type: DlhSoft.Windows.Data..::.Entity
The resource to insert.

See Also