Click or drag to resize

MultipleSelectableListNodeListInsertItem Method

[Missing <summary> documentation for "M:Altaxo.Collections.MultipleSelectableListNodeList.InsertItem(System.Int32,Altaxo.Collections.SelectableListNodeWithParent)"]


Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void InsertItem(
	int index,
	SelectableListNodeWithParent item
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:Altaxo.Collections.MultipleSelectableListNodeList.InsertItem(System.Int32,Altaxo.Collections.SelectableListNodeWithParent)"]

item  SelectableListNodeWithParent

[Missing <param name="item"/> documentation for "M:Altaxo.Collections.MultipleSelectableListNodeList.InsertItem(System.Int32,Altaxo.Collections.SelectableListNodeWithParent)"]

See Also