ListNode(String, Object) Constructor |
Initializes a new instance of the
ListNode class.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ListNode(
string text,
Object? tag
)
Parameters
- text String
- The text to display.
- tag Object
- The tag associated with the item.
See Also