Exemple #1
0
 /// <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);
 }
Exemple #2
0
 /// <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);
 }