Initializes a new instance with the same contents as another instance.
Namespace: TreeLayoutHelper.HierarchyLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public HierarchyLayoutModel( HierarchyLayoutModel<TNode> other ) |
Visual Basic |
---|
Public Sub New ( _ other As HierarchyLayoutModel(Of TNode) _ ) |
Visual C++ |
---|
public: HierarchyLayoutModel( HierarchyLayoutModel<TNode>^ other ) |
J# |
---|
public HierarchyLayoutModel( HierarchyLayoutModel<TNode> other ) |
JScript |
---|
public function HierarchyLayoutModel( other : HierarchyLayoutModel<TNode> ) |
JavaScript |
---|
TreeLayoutHelper.HierarchyLayout.HierarchyLayoutModel = function(other); |
Parameters
- other
- Type: TreeLayoutHelper.HierarchyLayout..::..HierarchyLayoutModel<(Of <(<'TNode>)>)>
Another instance.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | other is nullNothingnullptra null reference (Nothing in Visual Basic). |