Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created January 19, 2013 12:52
Show Gist options
  • Save marcioalthmann/4572525 to your computer and use it in GitHub Desktop.
Save marcioalthmann/4572525 to your computer and use it in GitHub Desktop.
obsolete-attribute-01
[Obsolete("This method is obsolete; use method Register instead.")]
public Container Map<T>()
{
_baseType = typeof (T);
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment