Files
linux-packaging-mono/mcs/errors/cs0596-2.cs

7 lines
156 B
C#
Raw Normal View History

// CS0596: The Guid attribute must be specified with the ComImport attribute
// Line: 4
[System.Runtime.InteropServices.ComImportAttribute]
interface I
{
}