示例#1
0
 /// <summary>
 /// Initializes a new instance of the DecimalValue class by deep copying
 /// the supplied DecimalValue class.
 /// </summary>
 /// <param name="source">
 /// The source DecimalValue class.
 /// </param>
 public DecimalValue(DecimalValue source)
     : base(source)
 {
 }