C# Class members, code

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
age_ int
name_ string
salary_ double

Méthodes publiques

Méthode Description
Main ( Array, args ) : void
Signup ( ) : int
menu ( ) : void
seeValue ( members, newMn ) : void

Private Methods

Méthode Description
Quit ( ) : void

Method Details

Main() public static méthode

public static Main ( Array, args ) : void
args Array,
Résultat void

Signup() public static méthode

public static Signup ( ) : int
Résultat int

menu() public static méthode

public static menu ( ) : void
Résultat void

seeValue() public static méthode

public static seeValue ( members, newMn ) : void
newMn members,
Résultat void

Property Details

age_ public_oe property

public int age_
Résultat int

name_ public_oe property

public string name_
Résultat string

salary_ public_oe property

public double salary_
Résultat double