C# Class BalloonsPop.GraphicUserInterface.Gadgets.IHighscoreTableExtensions

Provides additional functionality for the IHighscoreTable type.
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
ToStringLists ( this table ) : IList>

Converts the calling IHighscoreTable to a list of lists of strings.

Method Details

ToStringLists() public static méthode

Converts the calling IHighscoreTable to a list of lists of strings.
public static ToStringLists ( this table ) : IList>
table this The table that will be converted to string lists.
Résultat IList>