Click or drag to resize

ListNode(String, Object) Constructor

Initializes a new instance of the ListNode class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ListNode(
	string text,
	Object? tag
)

Parameters

text  String
The text to display.
tag  Object
The tag associated with the item.
See Also