Свойство | Type | Description | |
---|---|---|---|
intValue | int | ||
stringValue | string |
Méthode | Description | |
---|---|---|
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 | ||
Résultat | System.Collections.Generic |
public ClassWith3Constructors ( int intValue ) : System.Collections.Generic | ||
intValue | int | |
Résultat | System.Collections.Generic |
public ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic | ||
intValue | int | |
stringValue | string | |
Résultat | System.Collections.Generic |