Click or drag to resize

GenericTreeT Constructor

constructor takes over the parent element.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public GenericTree(
	
	GenericTree<T>? mother
)

Parameters

mother  GenericTreeT
The mother element.
See also