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