System.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive C# (CSharp) Method

ReadTypedPrimitive() protected method

protected ReadTypedPrimitive ( XmlQualifiedName type ) : object
type XmlQualifiedName
return object
        protected object ReadTypedPrimitive(XmlQualifiedName type)
        {
            return ReadTypedPrimitive(type, false);
        }

Same methods

XmlSerializationReader::ReadTypedPrimitive ( XmlQualifiedName type, bool elementCanBeType ) : object