Files
linux-packaging-mono/mcs/class/System.Private.CoreLib/System/__ComObject.cs

11 lines
119 B
C#
Raw Normal View History

namespace System
{
internal class __ComObject
{
__ComObject ()
{
throw new NotSupportedException ();
}
}
}