Skip to content

Instantly share code, notes, and snippets.

@coyot
Created January 21, 2015 12:46
Show Gist options
  • Save coyot/c478ae00cbe17e282375 to your computer and use it in GitHub Desktop.
Save coyot/c478ae00cbe17e282375 to your computer and use it in GitHub Desktop.
using (var scope = container.BeginLifetimeScope())
{
var writer =
writer.Write(„hello world!”);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment