コード例 #1
0
ファイル: Constant.cs プロジェクト: Dana-Ferguson/DotDart
 public DoubleConstant(ComponentReader reader)
 {
     value = reader.ReadDouble();
 }