C# Class Goblinfactory.Konsole.Mocks.Cell

ファイルを表示 Open project: goblinfactory/progress-bar

Public Properties

Property Type Description
Background ConsoleColor
Char char
Color ConsoleColor

Public Methods

Method Description
Cell ( char c, ConsoleColor color, ConsoleColor background ) : System
WithChar ( char c ) : Cell

Method Details

Cell() public method

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

WithChar() public method

public WithChar ( char c ) : Cell
c char
return Cell

Property Details

Background public_oe property

public ConsoleColor Background
return ConsoleColor

Char public_oe property

public char Char
return char

Color public_oe property

public ConsoleColor Color
return ConsoleColor