C# Класс System.Reflection.Tests.ClassWith3Constructors

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
intValue int
stringValue string

Открытые методы

Метод Описание
ClassWith3Constructors ( ) : System.Collections.Generic
ClassWith3Constructors ( int intValue ) : System.Collections.Generic
ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic
Method1 ( DateTime dt ) : string

Описание методов

ClassWith3Constructors() публичный Метод

public ClassWith3Constructors ( ) : System.Collections.Generic
Результат System.Collections.Generic

ClassWith3Constructors() публичный Метод

public ClassWith3Constructors ( int intValue ) : System.Collections.Generic
intValue int
Результат System.Collections.Generic

ClassWith3Constructors() публичный Метод

public ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic
intValue int
stringValue string
Результат System.Collections.Generic

Method1() публичный Метод

public Method1 ( DateTime dt ) : string
dt DateTime
Результат string

Описание свойств

intValue публичное свойство

public int intValue
Результат int

stringValue публичное свойство

public string stringValue
Результат string