Property | Type | Description | |
---|---|---|---|
intValue | int | ||
stringValue | string |
Method | 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 | ||
return | System.Collections.Generic |
public ClassWith3Constructors ( int intValue ) : System.Collections.Generic | ||
intValue | int | |
return | System.Collections.Generic |
public ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic | ||
intValue | int | |
stringValue | string | |
return | System.Collections.Generic |