C# Класс AOUT.CH5.Logan.Tests.MytestableComplicatedInterface

Наследование: IComplicatedInterface
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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