C# Class First_Console_App.Program

Show file 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 property

protected string protectedVar
return string

publicVar public property

public int publicVar
return int

staticVar public static property

public static string staticVar
return string