C# 클래스 TestClass, gert

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

공개 프로퍼티들

프로퍼티 타입 설명
Item BaseClass
Result int
mInt int

공개 메소드들

메소드 설명
TestClass ( byte b, int i ) : System
TestClass ( int result ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
DoFoo ( ) : int
Main ( string args ) : int

메소드 상세

TestClass() 공개 메소드

public TestClass ( byte b, int i ) : System
b byte
i int
리턴 System

TestClass() 공개 메소드

public TestClass ( int result ) : System
result int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Item 공개적으로 프로퍼티

public BaseClass Item
리턴 BaseClass

Result 공개적으로 프로퍼티

public int Result
리턴 int

mInt 공개적으로 프로퍼티

public int mInt
리턴 int