Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created May 27, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnas/ed925f51601680b0a8dbcda069a5b9ce to your computer and use it in GitHub Desktop.
Save chrisnas/ed925f51601680b0a8dbcda069a5b9ce to your computer and use it in GitHub Desktop.
private void ClearCollections(GCInfo info)
{
info.CurrentBGC = null;
info.GCInProgress = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment