예제 #1
0
 public INullableValue <decimal> GetValueForOutputContext(
     INullableValueFactory nullableValueFactory)
 {
     return(nullableValueFactory.Create <decimal>(
                this.Value));
 }