System.Xml.Serialization.SerializationCodeGenerator.PushHookContext C# (CSharp) Method

PushHookContext() private method

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