I'm diving into creating my own coderush templates, and I use the auto-property templates heavily. I'd like to add an IList property and auto-property. I started by looking at the implementations of the List (pl.) and it's associated auto-prop (al.). I also looked at the IEnumerable versions for reference. I think I get the general syntax, but can't seem to find how to add IList to the available types that get rendered from ?Generic1Type?.
Any pointers would be helpful.
Nick
[Cross-posted on CodeRush Forums]