System.Runtime.Serialization.ReflectionXmlClassReader.ReflectionReadClass C# (CSharp) Method

ReflectionReadClass() public method

public ReflectionReadClass ( System.Runtime.Serialization.XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, XmlDictionaryString memberNames, XmlDictionaryString memberNamespaces ) : object
xmlReader System.Runtime.Serialization.XmlReaderDelegator
context XmlObjectSerializerReadContext
memberNames System.Xml.XmlDictionaryString
memberNamespaces System.Xml.XmlDictionaryString
return object
        public object ReflectionReadClass(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, XmlDictionaryString[] memberNames, XmlDictionaryString[] memberNamespaces)
        {
            return _reflectionReader.ReflectionReadClass(xmlReader, context, memberNames, memberNamespaces, _classContract);
        }
    }