postsharp 3 introduce/remove constructor aspect

111 Views Asked by At

I'm evaluating Postsharp 3.0 and would like to know if there is a way to introduce and/or remove constructors.

The use case is to remove all public parameterless constructors, and introduce a private paramterless one.

Thanks in advance,

Kavan

1

There are 1 best solutions below

2
On

No, it is not possible to remove or introduce constructors using PostSharp.