Ejemplo n.º 1
0
 public Watch ToImmutable()
 {
     return(this.immutable = this.immutable.With(
                ImmutableObjectGraph.Optional.For(this.Color),
                ImmutableObjectGraph.Optional.For(this.Size)));
 }