Beispiel #1
0
 public PropertyInstance(CompositePropertyInfo info, object initialValue, PropertyModel model)
 {
     this.info = info;
     this.Value = initialValue;
     this.model = model;
 }
Beispiel #2
0
 public PropertyInstance(CompositePropertyInfo info, object initialValue, PropertyModel model)
 {
     this.info  = info;
     this.Value = initialValue;
     this.model = model;
 }