7 lines
152 B
C#
7 lines
152 B
C#
|
// CS0596: The Guid attribute must be specified with the ComImport attribute
|
||
|
// Line: 4
|
||
|
|
||
|
[System.Runtime.InteropServices.ComImportAttribute]
|
||
|
class C
|
||
|
{
|
||
|
}
|