Books.

setBook(int, string, string) Method

Assembly
Library.dll
Namespace
Library
Containing Type
Books

Syntax

public void setBook(int id, string bname, string isbn)

Parameters

Name Type Description
id int
bname string
isbn string

Return Value

Type Description
void