Click or drag to resize

BrowserListItemSort Method

[Missing <summary> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Sort(Altaxo.Collections.SelectableListNodeList,System.Collections.Generic.IComparer{Altaxo.Collections.SelectableListNode})"]


Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Sort(
	SelectableListNodeList list,
	IComparer<SelectableListNode> comparer
)

Parameters

list  SelectableListNodeList

[Missing <param name="list"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Sort(Altaxo.Collections.SelectableListNodeList,System.Collections.Generic.IComparer{Altaxo.Collections.SelectableListNode})"]

comparer  IComparerSelectableListNode

[Missing <param name="comparer"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Sort(Altaxo.Collections.SelectableListNodeList,System.Collections.Generic.IComparer{Altaxo.Collections.SelectableListNode})"]

See Also