C# Class myserver.ClassC, agnos

Inheritance: FeatureTest.IClassC
Datei anzeigen Open project: tomerfiliba/agnos

Public Methods

Method Description
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

Method Details

ClassC() public method

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

method1() public method

public method1 ( string a, bool b ) : int
a string
b bool
return int

method2() public method

public method2 ( string a, bool b ) : int
a string
b bool
return int

method3() public method

public method3 ( string a, bool b ) : int
a string
b bool
return int