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

SetTempAssembly() 개인적인 메소드

private SetTempAssembly ( TempAssembly tempAssembly, XmlMapping mapping ) : void
tempAssembly TempAssembly
mapping XmlMapping
리턴 void
        internal void SetTempAssembly(TempAssembly tempAssembly, XmlMapping mapping)
        {
            _tempAssembly = tempAssembly;
            _mapping = mapping;
            _typedSerializer = true;
        }