Beispiel #1
0
 public IValueContainer this[string propertyName]
 {
     get
     {
         return(_model.GetValueContainer(propertyName));
     }
 }