Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StoryTeller
Testing
RecordingWriter
C# 클래스 StoryTeller.Testing.RecordingWriter
상속:
IWriter
파일 보기
프로젝트 열기: adymitruk/storyteller
1 사용 예제들
공개 메소드들
메소드
설명
ItemWrittenAt
(
int
index
) :
object
WriteCell
(
Cell
cell
,
IStep
step
) :
void
WriteText
(
string
text
) :
void
메소드 상세
ItemWrittenAt()
공개
메소드
public
ItemWrittenAt
(
int
index
) :
object
index
int
리턴
object
WriteCell()
공개
메소드
public
WriteCell
(
Cell
cell
,
IStep
step
) :
void
cell
Cell
step
IStep
리턴
void
WriteText()
공개
메소드
public
WriteText
(
string
text
) :
void
text
string
리턴
void