Represents a collection of gains and losses.
  Add | Adds and returns a new gain with the corresponding value. | 
  Clear | Clears all gain values from the collection. | 
  RemoveAt | Remove the gain with the supplied index. | 
  Count | Returns the number of elements in the collection. | 
  Item | Given an index, returns the element in the collection. | 





