System.Xml.XsdValidatingReader.InternalReadElementContentAsObject C# (CSharp) Method

InternalReadElementContentAsObject() private method

private InternalReadElementContentAsObject ( XmlSchemaType &xmlType, bool unwrapTypedValue ) : object
xmlType System.Xml.Schema.XmlSchemaType
unwrapTypedValue bool
return object
        private object InternalReadElementContentAsObject(out XmlSchemaType xmlType, bool unwrapTypedValue)
        {
            string tmpString;
            return InternalReadElementContentAsObject(out xmlType, unwrapTypedValue, out tmpString);
        }

Same methods

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