Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#ffffcc

Variable <= *New --- Fully qualified class name ------------------ >
>--------------------------------------------------------------------- >
   |                                                                                                 |
    --.Constructor Name -------------------------------------------
                                       |                                                          |
                                       -- ( -------------------------------- ) -–
                                               |                                         |
                                                -------- Parameter --------
                                                    |                                |
                                                     ----------<----------  

SET_REF

詳細については、『LANSAテクニカル リファレンスガイド』の「SET_REF」を参照してください。

C#

        public ConstructorTests() {…}
   public ConstructorTests( int aNumber ) {…}
   public ConstructorTests( int aNumber, ref DateTime aDateTime, String aString ) {…}

...