John C wrote: > "Cris" <central_p at hotmail.com> wrote in message > news:e0lr0p$2n17$1 at digitaldaemon.com... >> How would you implement a write only property? > > Implement only the setter. I mean a property that you can write but you cannot read. You can do that in C#. Is it possible in D too?