Beispiel #1
0
 public XInterfaceAttributedFieldRW(IXFieldRW fieldRW, RWFieldAttribute attribute, IValueInterface <T> valueInterface) : base(fieldRW, attribute)
 {
     this.valueInterface = valueInterface;
 }