On Thu, 13 Mar 2014 21:33:56 +0100, Sönke Ludwig wrote:
You have to remove all the
immutablemodifiers inMessageto make it
compile. They are not necessary here, because all fields are either
value types or alreadyimmutable(string).In theory, there is no reason why this shouldn't also work with
immutable, butVariantdoesn't seem to like it.
It works! awesome :) thanks