Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Methods
Student
C# Class Methods.Student
The Student class.
Mostra file
Open project: vladislav-karamfilov/TelerikAcademy
Class Usage Examples
Public Methods
Method
Description
IsOlderThan
(
Student
other
) :
bool
Student
(
string
firstName
,
string
lastName
) :
System
ToString
( ) :
string
Method Details
IsOlderThan()
public
method
public
IsOlderThan
(
Student
other
) :
bool
other
Student
return
bool
Student()
public
method
public
Student
(
string
firstName
,
string
lastName
) :
System
firstName
string
lastName
string
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string