Свойство | Тип | Описание | |
---|---|---|---|
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 |
public ClassWith3Constructors ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ClassWith3Constructors ( int intValue ) : System.Collections.Generic | ||
intValue | int | |
Результат | System.Collections.Generic |
public ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic | ||
intValue | int | |
stringValue | string | |
Результат | System.Collections.Generic |