Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created November 16, 2014 19:52
Show Gist options
  • Save hjerpbakk/4bc905429a8609132c62 to your computer and use it in GitHub Desktop.
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