BarcodeTesting.AppDelegate.ReceiveMemoryWarning C# (CSharp) Method

ReceiveMemoryWarning() public method

public ReceiveMemoryWarning ( UIApplication application ) : void
application UIApplication
return void
        public override void ReceiveMemoryWarning(UIApplication application)
        {
            System.GC.Collect();
        }