コード例 #1
0
ファイル: Nutrients.cs プロジェクト: radacx/meal-tracking
 public Nutrients Clone() => new Nutrients(Macros.Clone(), Micros.Clone());