System.Xml.Serialization.TempAssembly.TempAssembly C# (CSharp) 메소드

TempAssembly() 개인적인 메소드

private TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection
contract XmlSerializerImplementation
리턴 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