C# Class AOUT.CH5.Logan.Tests.MytestableComplicatedInterface

Inheritance: IComplicatedInterface
Show file Open project: royosherove/aout1

Public Properties

Property Type Description
meth1_0 int
meth1_a string
meth1_b string
meth1_c bool
meth1_x int

Public Methods

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

Method Details

Method1() public method

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

Method2() public method

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

Method3() public method

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

Property Details

meth1_0 public property

public int meth1_0
return int

meth1_a public property

public string meth1_a
return string

meth1_b public property

public string meth1_b
return string

meth1_c public property

public bool meth1_c
return bool

meth1_x public property

public int meth1_x
return int