C# Class Goblinfactory.Konsole.Mocks.Cell

Afficher le fichier Open project: goblinfactory/progress-bar

Méthodes publiques

Свойство Type Description
Background ConsoleColor
Char char
Color ConsoleColor

Méthodes publiques

Méthode Description
Cell ( char c, ConsoleColor color, ConsoleColor background ) : System
WithChar ( char c ) : Cell

Method Details

Cell() public méthode

public Cell ( char c, ConsoleColor color, ConsoleColor background ) : System
c char
color ConsoleColor
background ConsoleColor
Résultat System

WithChar() public méthode

public WithChar ( char c ) : Cell
c char
Résultat Cell

Property Details

Background public_oe property

public ConsoleColor Background
Résultat ConsoleColor

Char public_oe property

public char Char
Résultat char

Color public_oe property

public ConsoleColor Color
Résultat ConsoleColor