System.Xml.XsdValidatingReader.InternalReadElementContentAsObject C# (CSharp) Méthode

InternalReadElementContentAsObject() private méthode

private InternalReadElementContentAsObject ( XmlSchemaType &xmlType ) : object
xmlType System.Xml.Schema.XmlSchemaType
Résultat object
        private object InternalReadElementContentAsObject(out XmlSchemaType xmlType)
        {
            return InternalReadElementContentAsObject(out xmlType, false);
        }

Same methods

XsdValidatingReader::InternalReadElementContentAsObject ( XmlSchemaType &xmlType, bool unwrapTypedValue ) : object
XsdValidatingReader::InternalReadElementContentAsObject ( XmlSchemaType &xmlType, bool unwrapTypedValue, string &originalString ) : object
XsdValidatingReader