ICSharpCode.ILSpy.AssemblyList.RequestGC C# (CSharp) Méthode

RequestGC() private méthode

private RequestGC ( ) : void
Résultat void
		void RequestGC()
		{
			if (gcRequested) return;
			gcRequested = true;
		//	App.Current.Dispatcher.BeginInvoke(DispatcherPriority.ContextIdle, new Action(
//				delegate {
//					gcRequested = false;
//					GC.Collect();
//				}));
		}