System.Xml.Serialization.XmlSerializationReader.UnknownElement C# (CSharp) 메소드

UnknownElement() 보호된 메소드

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

Same methods

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