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

Inheritance: IComplicatedInterface
Afficher le fichier Open project: royosherove/aout1

Méthodes publiques

Свойство Type Description
meth1_0 int
meth1_a string
meth1_b string
meth1_c bool
meth1_x int

Méthodes publiques

Méthode 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 méthode

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

Method2() public méthode

public Method2 ( string b, bool c, int x, object o ) : void
b string
c bool
x int
o object
Résultat void

Method3() public méthode

public Method3 ( bool c, int x, object o ) : void
c bool
x int
o object
Résultat void

Property Details

meth1_0 public_oe property

public int meth1_0
Résultat int

meth1_a public_oe property

public string meth1_a
Résultat string

meth1_b public_oe property

public string meth1_b
Résultat string

meth1_c public_oe property

public bool meth1_c
Résultat bool

meth1_x public_oe property

public int meth1_x
Résultat int