O
Ozz
public class myXml:XmlDocument
{
public myXml()
{
}
public void setIt()
{
this=(this)(new XmlDocument());
}
}
as you can see , i tried to change myXml instance(itself) over its
constructor or its method ..
is it possible?
{
public myXml()
{
}
public void setIt()
{
this=(this)(new XmlDocument());
}
}
as you can see , i tried to change myXml instance(itself) over its
constructor or its method ..
is it possible?