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

InternalReadContentAsObject() private method

private InternalReadContentAsObject ( bool unwrapTypedValue ) : object
unwrapTypedValue bool
return object
        private object InternalReadContentAsObject(bool unwrapTypedValue)
        {
            string str;
            return InternalReadContentAsObject(unwrapTypedValue, out str);
        }

Same methods

XsdValidatingReader::InternalReadContentAsObject ( ) : object
XsdValidatingReader::InternalReadContentAsObject ( bool unwrapTypedValue, string &originalStringValue ) : object
XsdValidatingReader