Exemple #1
0
 public ColorWrapper(Expression <Func <Color> > bindProp)
     : this(PropertyReference.FromExpression(bindProp))
 {
 }
Exemple #2
0
 public BitFieldWrapper(Expression <Func <uint> > bindProp)
     : this(PropertyReference.FromExpression(bindProp))
 {
 }