Skip to content

Instantly share code, notes, and snippets.

@stimms
Created August 1, 2013 17:18
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 stimms/6133393 to your computer and use it in GitHub Desktop.
Save stimms/6133393 to your computer and use it in GitHub Desktop.
public BundleAdapter(Bundle bundle, bool shouldMinify)
{
if (bundle == null)
throw new ArgumentNullException("bundle");
UnderlyingBundle = bundle;
IsMinifying = shouldMinify;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment