C# Class members, code

Inheritance: System.Web.UI.MasterPage
Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
age_ int
name_ string
salary_ double

Public Methods

Method Description
Main ( Array, args ) : void
Signup ( ) : int
menu ( ) : void
seeValue ( members, newMn ) : void

Private Methods

Method Description
Quit ( ) : void

Method Details

Main() public static method

public static Main ( Array, args ) : void
args Array,
return void

Signup() public static method

public static Signup ( ) : int
return int

menu() public static method

public static menu ( ) : void
return void

seeValue() public static method

public static seeValue ( members, newMn ) : void
newMn members,
return void

Property Details

age_ public_oe property

public int age_
return int

name_ public_oe property

public string name_
return string

salary_ public_oe property

public double salary_
return double