C# 클래스 First_Console_App.Program

파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015

공개 프로퍼티들

프로퍼티 타입 설명
publicVar int
staticVar string

보호된 프로퍼티들

프로퍼티 타입 설명
protectedVar string

공개 메소드들

메소드 설명
PrintMyName ( ) : void
testFunction ( ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

PrintMyName() 공개 정적인 메소드

public static PrintMyName ( ) : void
리턴 void

testFunction() 공개 메소드

public testFunction ( ) : void
리턴 void

프로퍼티 상세

protectedVar 보호되어 있는 프로퍼티

protected string protectedVar
리턴 string

publicVar 공개적으로 프로퍼티

public int publicVar
리턴 int

staticVar 공개적으로 정적으로 프로퍼티

public static string staticVar
리턴 string