Is there anyway to duplicate the intellisense provided by the Color struct in visual studio?
- by Robin Robinson
What I want to do is provide some public static fields that will be used as instances of an interface implementation and have intellisense pick them up when the interface is a method argument.
The idea is to have it look like an enum to the developer. I reference Color because basically this is the behavior I want, I just don't know how to replicate it.