Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TelegramProblem
TextfileAdapter
C# Class TelegramProblem.TextfileAdapter
Datei anzeigen
Open project: ralfw/NPantaRhei
Class Usage Examples
Public Methods
Method
Description
Config
(
string>.Tuple
filenames
) :
void
Read
(
Action
onLine
) :
void
Write
(
string
line
) :
void
Method Details
Config()
public
method
public
Config
(
string>.Tuple
filenames
) :
void
filenames
string>.Tuple
return
void
Read()
public
method
public
Read
(
Action
onLine
) :
void
onLine
Action
return
void
Write()
public
method
public
Write
(
string
line
) :
void
line
string
return
void