Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created November 16, 2014 19:52
Show Gist options
  • Select an option

  • Save hjerpbakk/4bc905429a8609132c62 to your computer and use it in GitHub Desktop.

Select an option

Save hjerpbakk/4bc905429a8609132c62 to your computer and use it in GitHub Desktop.
Example of the default instance in FermiContainer
var instance = FermiContainer.DefaultInstance;
IsInstanceOf<IFermiContainer>(instance);
Assert.AreSame(instance, FermiContainer.DefaultInstance);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment