Indicates to the VM that it would be a good time to run the
garbage collector.
Syntax
[Android.Runtime.Register("gc", "()V", "")] public static voidGc ()
Remarks
Indicates to the VM that it would be a good time to run the
garbage collector. Note that this is a hint only. There is no guarantee
that the garbage collector will actually be run.