C# 클래스 AOUT.CH5.Logan.Tests.MytestableComplicatedInterface

상속: IComplicatedInterface
파일 보기 프로젝트 열기: royosherove/aout1

공개 프로퍼티들

프로퍼티 타입 설명
meth1_0 int
meth1_a string
meth1_b string
meth1_c bool
meth1_x int

공개 메소드들

메소드 설명
Method1 ( string a, string b, bool c, int x, object o ) : void
Method2 ( string b, bool c, int x, object o ) : void
Method3 ( bool c, int x, object o ) : void

메소드 상세

Method1() 공개 메소드

public Method1 ( string a, string b, bool c, int x, object o ) : void
a string
b string
c bool
x int
o object
리턴 void

Method2() 공개 메소드

public Method2 ( string b, bool c, int x, object o ) : void
b string
c bool
x int
o object
리턴 void

Method3() 공개 메소드

public Method3 ( bool c, int x, object o ) : void
c bool
x int
o object
리턴 void

프로퍼티 상세

meth1_0 공개적으로 프로퍼티

public int meth1_0
리턴 int

meth1_a 공개적으로 프로퍼티

public string meth1_a
리턴 string

meth1_b 공개적으로 프로퍼티

public string meth1_b
리턴 string

meth1_c 공개적으로 프로퍼티

public bool meth1_c
리턴 bool

meth1_x 공개적으로 프로퍼티

public int meth1_x
리턴 int