C# Класс BalloonsPop.GraphicUserInterface.Gadgets.IHighscoreTableExtensions

Provides additional functionality for the IHighscoreTable type.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToStringLists ( this table ) : IList>

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

Описание методов

ToStringLists() публичный статический Метод

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.
Результат IList>