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
BookStore
Importer
Program
C# Class BookStore.Importer.Program
Datei anzeigen
Open project: nzhul/TelerikAcademy
Public Methods
Method
Description
GetAuthor
(
string
authorName
) :
Author
Import
( ) :
void
Main
(
string
args
) :
void
Search
( ) :
void
Method Details
GetAuthor()
public
static
method
public
static
GetAuthor
(
string
authorName
) :
Author
authorName
string
return
Author
Import()
public
static
method
public
static
Import
( ) :
void
return
void
Main()
public
static
method
public
static
Main
(
string
args
) :
void
args
string
return
void
Search()
public
static
method
public
static
Search
( ) :
void
return
void