'DeclarationPublic Function New( _ ByVal name As System.String, _ ByVal title As System.String, _ ByVal parent As NTreeNode _ )
'UsageDim name As System.String Dim title As System.String Dim parent As NTreeNode Dim instance As New NContentNode(name, title, parent)
Parameters
- name
- title
- parent