GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)> Constructor (String, ObjectType, ParentType)
Initializes a new instance of the class.
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
[SuppressMessageAttribute] public GenericTreeNode( string text, ObjectType obj, ParentType node )
Parameters
- obj
- Type: ObjectType
The object coupled with the node.
- node
- Type: ParentType
The node to add new object.