C# 클래스 myserver.ClassC, agnos

상속: FeatureTest.IClassC
파일 보기 프로젝트 열기: tomerfiliba/agnos

공개 메소드들

메소드 설명
ClassC ( int a, int b, double c, IList d ) : System
method1 ( string a, bool b ) : int
method2 ( string a, bool b ) : int
method3 ( string a, bool b ) : int

메소드 상세

ClassC() 공개 메소드

public ClassC ( int a, int b, double c, IList d ) : System
a int
b int
c double
d IList
리턴 System

method1() 공개 메소드

public method1 ( string a, bool b ) : int
a string
b bool
리턴 int

method2() 공개 메소드

public method2 ( string a, bool b ) : int
a string
b bool
리턴 int

method3() 공개 메소드

public method3 ( string a, bool b ) : int
a string
b bool
리턴 int