Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
deckgen
CardsStream
C# Class deckgen.CardsStream
ファイルを表示
Open project: onami/anki-decks-generator
Class Usage Examples
Public Methods
Method
Description
CardsStream
(
string
outputPath
,
int
size
) :
System.IO
Save
( ) :
void
Write
(
string
str
) :
void
Method Details
CardsStream()
public
method
public
CardsStream
(
string
outputPath
,
int
size
) :
System.IO
outputPath
string
size
int
return
System.IO
Save()
public
method
public
Save
( ) :
void
return
void
Write()
public
method
public
Write
(
string
str
) :
void
str
string
return
void