J
juli jul
Hello,
I have such declaration in function:
tmptreenode = new TreeNode(node.Name);
but I need an attribute name and not Name ,I tried to do something like
that:
tmptreenode = new TreeNode(node.Attributes);
but it doesn't work,how can I solve this?
Thank you v. much!
I have such declaration in function:
tmptreenode = new TreeNode(node.Name);
but I need an attribute name and not Name ,I tried to do something like
that:
tmptreenode = new TreeNode(node.Attributes);
but it doesn't work,how can I solve this?
Thank you v. much!