C# 클래스 MagicTrick.Grid

파일 보기 프로젝트 열기: ajlopez/TddRocks 1 사용 예제들

공개 메소드들

메소드 설명
GetRow ( int nrow ) : IList
Grid ( IList rowsdata ) : System

비공개 메소드들

메소드 설명
GetNumbers ( string data ) : IList

메소드 상세

GetRow() 공개 메소드

public GetRow ( int nrow ) : IList
nrow int
리턴 IList

Grid() 공개 메소드

public Grid ( IList rowsdata ) : System
rowsdata IList
리턴 System