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

TempAssembly() private method

private TempAssembly ( XmlMapping xmlMappings, Assembly assembly, XmlSerializerImplementation contract ) : System.Reflection
xmlMappings XmlMapping
assembly System.Reflection.Assembly
contract XmlSerializerImplementation
return System.Reflection
        internal TempAssembly(XmlMapping[] xmlMappings, Assembly assembly, XmlSerializerImplementation contract) {
            this.assembly = assembly;
            InitAssemblyMethods(xmlMappings);
            this.contract = contract;
            pregeneratedAssmbly = true;
        }

Same methods

TempAssembly::TempAssembly ( ) : System.Reflection
TempAssembly::TempAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, string location, Evidence evidence ) : System.Reflection
TempAssembly::TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection