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

XmlMapping() private method

private XmlMapping ( TypeScope scope, ElementAccessor accessor, XmlMappingAccess access ) : System
scope TypeScope
accessor ElementAccessor
access XmlMappingAccess
return System
        internal XmlMapping(TypeScope scope, ElementAccessor accessor, XmlMappingAccess access) {
            this.scope = scope;
            this.accessor = accessor;
            this.access = access;
            this.shallow = scope == null;
        }

Same methods

XmlMapping::XmlMapping ( TypeScope scope, ElementAccessor accessor ) : System