System.Xml.Serialization.SerializationCodeGenerator.PushHookContext C# (CSharp) Méthode

PushHookContext() private méthode

private PushHookContext ( ) : void
Résultat void
		void PushHookContext ()
		{
			_hookContexts.Push (_hookVariables);
			_hookVariables = (Hashtable) _hookVariables.Clone ();
		}
		
SerializationCodeGenerator