C# Class First_Console_App.Program

Datei anzeigen Open project: fahidnasir/DotNet-ShortCourse2015

Public Properties

Property Type Description
publicVar int
staticVar string

Protected Properties

Property Type Description
protectedVar string

Public Methods

Method Description
PrintMyName ( ) : void
testFunction ( ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

PrintMyName() public static method

public static PrintMyName ( ) : void
return void

testFunction() public method

public testFunction ( ) : void
return void

Property Details

protectedVar protected_oe property

protected string protectedVar
return string

publicVar public_oe property

public int publicVar
return int

staticVar public_oe static_oe property

public static string staticVar
return string