C# 클래스 CSE.Content.B

상속: IA
파일 보기 프로젝트 열기: kcherr1/CSharp-Eval

보호된 프로퍼티들

프로퍼티 타입 설명
i int

공개 메소드들

메소드 설명
B ( )
BMeth1 ( ) : void
BMeth2 ( int x ) : char
GetI ( ) : int
IAMeth1 ( ) : void
IAMeth2 ( int x ) : string
IAMeth3 ( ) : float

메소드 상세

B() 공개 메소드

public B ( )

BMeth1() 공개 메소드

public BMeth1 ( ) : void
리턴 void

BMeth2() 공개 메소드

public BMeth2 ( int x ) : char
x int
리턴 char

GetI() 공개 메소드

public GetI ( ) : int
리턴 int

IAMeth1() 공개 메소드

public IAMeth1 ( ) : void
리턴 void

IAMeth2() 공개 메소드

public IAMeth2 ( int x ) : string
x int
리턴 string

IAMeth3() 공개 메소드

public IAMeth3 ( ) : float
리턴 float

프로퍼티 상세

i 보호되어 있는 프로퍼티

protected int i
리턴 int