System.Xml.Serialization.SerializableMapping.SerializableMapping C# (CSharp) Method

SerializableMapping() private method

private SerializableMapping ( MethodInfo getSchemaMethod, bool any, string ns ) : System.Reflection
getSchemaMethod System.Reflection.MethodInfo
any bool
ns string
return System.Reflection
        internal SerializableMapping(MethodInfo getSchemaMethod, bool any, string ns)
        {
            _getSchemaMethod = getSchemaMethod;
            _any = any;
            this.Namespace = ns;
            _needSchema = getSchemaMethod != null;
        }

Same methods

SerializableMapping::SerializableMapping ( ) : System.Reflection
SerializableMapping::SerializableMapping ( XmlQualifiedName xsiType, XmlSchemaSet schemas ) : System.Reflection