C# Class BalloonsPop.GraphicUserInterface.Gadgets.IHighscoreTableExtensions

Provides additional functionality for the IHighscoreTable type.
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
ToStringLists ( this table ) : IList>

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

Method Details

ToStringLists() public static method

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.
return IList>