System.Xml.Serialization.XmlSerializationReader.UnknownElement C# (CSharp) Method

UnknownElement() protected method

protected UnknownElement ( object o, XmlElement elem ) : void
o object
elem XmlElement
return void
        protected void UnknownElement(object o, XmlElement elem)
        {
            UnknownElement(o, elem, null);
        }

Same methods

XmlSerializationReader::UnknownElement ( object o, XmlElement elem, string qnames ) : void