| C# |
|---|
| public class Players : List<Player> |
| #ctor | Initializes an object instance. |
| Add | Creates an object from the supplied value and adds it to the collection. |
| SearchHighScore | Retrieves the Player with the high score for the specified practice set. |
| SearchName | Retrieves the player for the specified practice set. |