Hi all,
I am using PostSharp to add some compile time logic to my attributes - in once case [IndexedCategory ("CatName", CatIndex)]
. The trouble comes comes in because IndexedCategory
derives from CompoundAspect
- which has a reasonable number of named params.
Is there any way which I can prevent these from being accessed / shown by intellisence?
Cheers