C# 클래스 Program

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Foo ( String args ) : int
Main ( String args ) : int
foo ( ) : object

메소드 상세

Foo() 공개 정적인 메소드

public static Foo ( String args ) : int
args String
리턴 int

Main() 공개 정적인 메소드

public static Main ( String args ) : int
args String
리턴 int

foo() 공개 정적인 메소드

public static foo ( ) : object
리턴 object