minhterry
11 years agoContributor
Working with array in dotNET
Hello,
I have problem with object XXX that i get from dotNET CLR BRIDGE.
It has a property that accep System.String[]
Example: xxx["ChildId"]
So how can i set the value to that property.
I tried: xxx["ChildId"] = {"Alice","Dominate"} , but not success
Please help me.
--
Regards,
MinhT
I have problem with object XXX that i get from dotNET CLR BRIDGE.
It has a property that accep System.String[]
Example: xxx["ChildId"]
So how can i set the value to that property.
I tried: xxx["ChildId"] = {"Alice","Dominate"} , but not success
Please help me.
--
Regards,
MinhT