Initializes a new instance with the same contents as another instance.

Namespace: TreeLayoutHelper.FlowLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public FlowLayoutModel(
	FlowLayoutModel<TNode> other
)
Visual Basic
Public Sub New ( _
	other As FlowLayoutModel(Of TNode) _
)
Visual C++
public:
FlowLayoutModel(
	FlowLayoutModel<TNode>^ other
)
J#
public FlowLayoutModel(
	FlowLayoutModel<TNode> other
)
JScript
public function FlowLayoutModel(
	other : FlowLayoutModel<TNode>
)
JavaScript
TreeLayoutHelper.FlowLayout.FlowLayoutModel = function(other);

Parameters

other
Type: TreeLayoutHelper.FlowLayout..::..FlowLayoutModel<(Of <(<'TNode>)>)>
Another instance.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionother is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also