P
Parham
Hello,
I have an inherited class from XmlElement with this name: XmlElementCF
I have added a function in XmlElementCF that returns a XmlNode, the
node type is Element. I can cast the returned node to XmlElement but
can not cast the returned node to XmlElementCF, I am getting an error
: Specified cast is not valid.
I want to cast the returned node to my inherited class XmlElementCF.
Please Help.
Thanks
Parham
I have an inherited class from XmlElement with this name: XmlElementCF
I have added a function in XmlElementCF that returns a XmlNode, the
node type is Element. I can cast the returned node to XmlElement but
can not cast the returned node to XmlElementCF, I am getting an error
: Specified cast is not valid.
I want to cast the returned node to my inherited class XmlElementCF.
Please Help.
Thanks
Parham