프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |