C# 클래스 BalloonsPop.GraphicUserInterface.Gadgets.IHighscoreTableExtensions

Provides additional functionality for the IHighscoreTable type.
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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>