Z
z. f.
Hi,
i'm using VB.NET and creating an XMLDocument object inside a class.
i want to copy the reference to the object to a local variable using xmlList = MyObj.XmlObj
when xmlList is of type XmlDocument and MyObj.XmlObj also.
for some reason i get an empty reference (nothing) while the original object had real value.
why? must i use Close ( i don't want to - it's redundant )
please supply with information regarding this.
TIA, z.
i'm using VB.NET and creating an XMLDocument object inside a class.
i want to copy the reference to the object to a local variable using xmlList = MyObj.XmlObj
when xmlList is of type XmlDocument and MyObj.XmlObj also.
for some reason i get an empty reference (nothing) while the original object had real value.
why? must i use Close ( i don't want to - it's redundant )
please supply with information regarding this.
TIA, z.