System.Xml.Serialization.XmlSerializationReader.UnknownElement C# (CSharp) Méthode

UnknownElement() protected méthode

protected UnknownElement ( object o, XmlElement elem ) : void
o object
elem XmlElement
Résultat void
        protected void UnknownElement(object o, XmlElement elem)
        {
            UnknownElement(o, elem, null);
        }

Same methods

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