Beispiel #1
0
 public PropertyModelImmutable(PropertyModelState state)
     : base(state)
 {
     this._state = state;
 }
Beispiel #2
0
 public PropertyModelMutable(PropertyModelState state, PropertyModelImmutable immutable)
     : base(state, immutable)
 {
     this._state     = state;
     this._immutable = immutable;
 }