Skip to content

Instantly share code, notes, and snippets.

@jsanjuan2016
Last active January 15, 2021 16:15
Show Gist options
  • Save jsanjuan2016/1bd1ce0de3688165a5b5fe543879216c to your computer and use it in GitHub Desktop.
Save jsanjuan2016/1bd1ce0de3688165a5b5fe543879216c to your computer and use it in GitHub Desktop.
public interface IShapeFactory<T> where T : IShape
{
IShape CreateShape();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment