Mono.ToggleRef.Free C# (CSharp) Method

Free() public method

public Free ( ) : void
return void
		public void Free ()
		{
			RemoveToggleRefNotifyCallback ();
			reference = null;
			gch.Free ();
		}