Esempio n. 1
0
 /// <summary>
 /// Removes the option with the given index from the collection.
 /// </summary>
 /// <param name="index">The index of the element to remove.</param>
 public void RemoveOptionAt(Int32 index)
 {
     _options.Remove(index);
 }