Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Signum
Utilities
DebugTextWriter
C# 클래스 Signum.Utilities.DebugTextWriter
상속:
System.IO.TextWriter
파일 보기
프로젝트 열기: signumsoftware/framework
공개 프로퍼티들
프로퍼티
타입
설명
Lines
int
공개 메소드들
메소드
설명
Write
(
char
buffer
,
int
index
,
int
count
) :
void
Write
(
string
value
) :
void
메소드 상세
Write()
공개
메소드
public
Write
(
char
buffer
,
int
index
,
int
count
) :
void
buffer
char
index
int
count
int
리턴
void
Write()
공개
메소드
public
Write
(
string
value
) :
void
value
string
리턴
void
프로퍼티 상세
Lines
공개적으로 프로퍼티
public
int
Lines
리턴
int