Beispiel #1
0
 /// <summary>
 /// A property which has a name and a value.
 /// </summary>
 public BxProp(string name, INumber value) : this(name, () => value.AsDouble().ToString())
 {
 }