コード例 #1
0
ファイル: AtBat.cs プロジェクト: kjlahm/Dugout-Digits
 /// <summary>
 /// Adds the given pitch to the list of pitches for this at bat.
 /// </summary>
 /// <param name="pitch">The pitch to be added.</param>
 public void addPitch(Pitch pitch)
 {
     pitches.Add(pitch);
 }
コード例 #2
0
ファイル: AtBat.cs プロジェクト: kjlahm/Dugout-Digits
 /// <summary>
 /// Adds the given pitch to the list of pitches for this at bat.
 /// </summary>
 /// <param name="pitch">The pitch to be added.</param>
 public void addPitch(Pitch pitch)
 {
     pitches.Add(pitch);
 }