C# Class First_Console_App.Program

Afficher le fichier Open project: fahidnasir/DotNet-ShortCourse2015

Méthodes publiques

Свойство Type Description
publicVar int
staticVar string

Protected Properties

Свойство Type Description
protectedVar string

Méthodes publiques

Méthode Description
PrintMyName ( ) : void
testFunction ( ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

PrintMyName() public static méthode

public static PrintMyName ( ) : void
Résultat void

testFunction() public méthode

public testFunction ( ) : void
Résultat void

Property Details

protectedVar protected_oe property

protected string protectedVar
Résultat string

publicVar public_oe property

public int publicVar
Résultat int

staticVar public_oe static_oe property

public static string staticVar
Résultat string