Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Goblinfactory
Konsole
ConsoleWriter
C# 클래스 Goblinfactory.Konsole.ConsoleWriter
상속:
IConsole
파일 보기
프로젝트 열기: goblinfactory/progress-bar
공개 메소드들
메소드
설명
PrintAt
(
int
x
,
int
y
,
string
format
) :
void
WindowWidth
( ) :
int
Write
(
string
format
) :
void
WriteLine
(
string
format
) :
void
메소드 상세
PrintAt()
공개
메소드
public
PrintAt
(
int
x
,
int
y
,
string
format
) :
void
x
int
y
int
format
string
리턴
void
WindowWidth()
공개
메소드
public
WindowWidth
( ) :
int
리턴
int
Write()
공개
메소드
public
Write
(
string
format
) :
void
format
string
리턴
void
WriteLine()
공개
메소드
public
WriteLine
(
string
format
) :
void
format
string
리턴
void