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

TempAssembly() private method

private TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection
contract XmlSerializerImplementation
return System.Reflection
        internal TempAssembly(XmlSerializerImplementation contract) {
            this.contract = contract;
            pregeneratedAssmbly = true;
        }

Same methods

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