Skip to content

Instantly share code, notes, and snippets.

@jrusbatch
Created August 29, 2012 19:16
Show Gist options
  • Save jrusbatch/3517451 to your computer and use it in GitHub Desktop.
Save jrusbatch/3517451 to your computer and use it in GitHub Desktop.
public interface IHaveState
{
object State { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment