Skip to content

Instantly share code, notes, and snippets.

@mizrael
Last active September 20, 2015 08:06
Show Gist options
  • Save mizrael/ebf9f2447146804fd1b4 to your computer and use it in GitHub Desktop.
Save mizrael/ebf9f2447146804fd1b4 to your computer and use it in GitHub Desktop.
public interface IMyInterface
{
// blah
}
public class MyClass
{
public IEnumerable<IMyInterface> TheItems { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment