|
|
| 1: | What is the keyword to declare a class as managed? |
| A1: | __gc |
| 2: | Attributes work similarly to what other feature in C++? |
| A2: | Defined macros |
| 3: | What compiler directive is required to produce an application for the .NET Framework? |
| A3: | /clr |
|
|
| Top |