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