C# 클래스 Goblinfactory.Konsole.Mocks.Cell

파일 보기 프로젝트 열기: goblinfactory/progress-bar

공개 프로퍼티들

프로퍼티 타입 설명
Background ConsoleColor
Char char
Color ConsoleColor

공개 메소드들

메소드 설명
Cell ( char c, ConsoleColor color, ConsoleColor background ) : System
WithChar ( char c ) : Cell

메소드 상세

Cell() 공개 메소드

public Cell ( char c, ConsoleColor color, ConsoleColor background ) : System
c char
color ConsoleColor
background ConsoleColor
리턴 System

WithChar() 공개 메소드

public WithChar ( char c ) : Cell
c char
리턴 Cell

프로퍼티 상세

Background 공개적으로 프로퍼티

public ConsoleColor Background
리턴 ConsoleColor

Char 공개적으로 프로퍼티

public char Char
리턴 char

Color 공개적으로 프로퍼티

public ConsoleColor Color
리턴 ConsoleColor